diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml index c4d7734fb..0910def92 100644 --- a/.github/workflows/build-docker.yml +++ b/.github/workflows/build-docker.yml @@ -52,14 +52,14 @@ jobs: - name: Add develop tag if: github.ref == 'refs/heads/main' - uses: akhilerm/tag-push-action@v1.0.0 + uses: akhilerm/tag-push-action@v2.0.0 with: src: ghcr.io/${{ env.REPO }}:${{ env.MINTPY_VERSION }} dst: ghcr.io/${{ env.REPO }}:develop - name: Add latest tag if: startsWith(github.ref, 'refs/tags/v') - uses: akhilerm/tag-push-action@v1.0.0 + uses: akhilerm/tag-push-action@v2.0.0 with: src: ghcr.io/${{ env.REPO }}:${{ env.MINTPY_VERSION }} dst: ghcr.io/${{ env.REPO }}:latest