Skip to content

Commit 8a2608b

Browse files
committed
Set up Docker Buildx
1 parent d0c0a02 commit 8a2608b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/pipeline.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
username: ${{ vars.DOCKERHUB_USERNAME }}
3838
password: ${{ secrets.DOCKERHUB_TOKEN }}
3939

40+
- name: Set up Docker Buildx
41+
uses: docker/setup-buildx-action@v3
42+
4043
- name: Build and push Docker image
4144
uses: docker/build-push-action@v5
4245
with:

0 commit comments

Comments
 (0)