Skip to content

Commit

Permalink
Update github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
lennartack committed Feb 19, 2024
1 parent 966f2be commit 410d265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Publish Docker Images
run: |
set -x -e
for arch in "amd64 arm64"; do \
for arch in amd64 arm64; do \
docker tag delta10/coredns:$arch-${RELEASE:1} ghcr.io/delta10/coredns:$arch-${RELEASE:1}
docker push ghcr.io/delta10/coredns:$arch-${RELEASE:1}
done

0 comments on commit 410d265

Please sign in to comment.