Skip to content

Commit

Permalink
ci: Fixing promote of image
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Boutour <[email protected]>
  • Loading branch information
ViBiOh committed Aug 23, 2024
1 parent 3bb83cf commit 8b02d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,4 @@ jobs:
DOCKER_PASS: ${{ secrets.DOCKER_PASS }}
run: |
curl --disable --silent --show-error --location --max-time 30 "https://raw.githubusercontent.com/ViBiOh/scripts/main/bootstrap.sh" | bash -s -- "-c" "docker_promote.sh"
scripts/docker_promote.sh "${{ secrets.DOCKER_USER }}/scratch" "$(make version)"
scripts/docker_promote.sh -d "$(make version-date)" "${{ secrets.DOCKER_USER }}/scratch" "$(make version)"

0 comments on commit 8b02d9d

Please sign in to comment.