Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulh committed Jul 14, 2023
1 parent d156f86 commit c527599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
context: "{{defaultContext}}:docker"
# Note: tags has to be all lower-case
tags: |
ghcr.io/calaos/debian_deb_build_base:${{ github.event.inputs.version }}
ghcr.io/calaos/debian_deb_build_base:latest
ghcr.io/calaos/debian_deb_build_base:${{ github.sha }}
push: ${{ github.ref == 'refs/heads/main' }}
platforms: linux/amd64, linux/arm64, linux/armv7
Expand Down

0 comments on commit c527599

Please sign in to comment.