Skip to content

Commit

Permalink
solve
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Jan 31, 2024
1 parent 1bb2ab6 commit 2bb9f63
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish-go1.19.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
with:
context: .
file: ./Dockerfile.go1.19
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
push: true
tags: '${{ steps.prep.outputs.tags }}'
labels: >
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish-go1.20.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
with:
context: .
file: ./Dockerfile.go1.20
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
push: true
tags: '${{ steps.prep.outputs.tags }}'
labels: >
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish-go1.21.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
with:
context: .
file: ./Dockerfile.go1.21
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
push: true
tags: '${{ steps.prep.outputs.tags }}'
labels: >
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish-go1.22.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
with:
context: .
file: ./Dockerfile.go1.22
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
push: true
tags: '${{ steps.prep.outputs.tags }}'
labels: >
Expand Down

0 comments on commit 2bb9f63

Please sign in to comment.