We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 833c00c + d1c777d commit 5fb347bCopy full SHA for 5fb347b
.github/workflows/release.yml
@@ -49,6 +49,7 @@ jobs:
49
registry: ${{ env.REGISTRY }}
50
username: ${{ github.actor }}
51
password: ${{ secrets.GITHUB_TOKEN }}
52
+ - uses: actions/checkout@v4
53
- name: Push Docker Image
54
if: ${{ success() }}
55
uses: docker/build-push-action@v5
0 commit comments