Skip to content

Commit

Permalink
Merge pull request #1 from aiopsclub/fix--correct-platform-tag-in-Doc…
Browse files Browse the repository at this point in the history
…ker-build-workflow

fix: correct platform tag in Docker build workflow
  • Loading branch information
yxxhero authored Nov 21, 2024
2 parents a7712b3 + 599a0d3 commit 1cfe441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
with:
context: .
file: Dockerfile
platforms: linux/amd6
platforms: linux/amd64
push: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/') }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 1cfe441

Please sign in to comment.