Skip to content

Commit

Permalink
Update docker-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnjau authored Nov 27, 2024
1 parent 8b5980f commit 2ae7642
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

# Step 2: Set up Docker Buildx (required for multi-stage builds)
# Step 2: Set up Docker Buildx (required for multi-stage builds, can be used anywhere)
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

Expand All @@ -51,4 +51,4 @@ jobs:
echo '${{ env.DOCKERHUB_PASSWORD }}' | docker login -u ${{ env.DOCKERHUB_USERNAME }} --password-stdin
docker buildx create --use --name workflowBuilder
docker buildx build --platform=linux/amd64,linux/arm64 -t ${{ env.IMAGE_TAG }} --push .
docker logout
docker logout

0 comments on commit 2ae7642

Please sign in to comment.