We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1192a6e + ee8027a commit 8ec9b8cCopy full SHA for 8ec9b8c
.github/workflows/docker.yml
@@ -30,13 +30,13 @@ jobs:
30
id: getversion
31
- name: Push to GitHub Packages - Nightly
32
if: ${{ github.ref == 'refs/heads/vnext' }}
33
- uses: docker/build-push-action@v5.2.0
+ uses: docker/build-push-action@v5.3.0
34
with:
35
push: true
36
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:nightly
37
- name: Push to GitHub Packages - Release
38
if: ${{ github.ref == 'refs/heads/master' }}
39
40
41
42
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest,${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.getversion.outputs.version }}
0 commit comments