diff --git a/.github/workflows/build-and-publish-image-latest.yml b/.github/workflows/build-and-publish-image-latest.yml index 8582fb4..4f17f75 100644 --- a/.github/workflows/build-and-publish-image-latest.yml +++ b/.github/workflows/build-and-publish-image-latest.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4.1.4 - name: Build and publish latest Docker image - uses: VaultVulp/gp-docker-action@1.6.0 + uses: VaultVulp/gp-docker-action@1.7.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} image-name: gv-image diff --git a/.github/workflows/build-and-publish-image-tag.yml b/.github/workflows/build-and-publish-image-tag.yml index 1e47f27..d3ab98f 100644 --- a/.github/workflows/build-and-publish-image-tag.yml +++ b/.github/workflows/build-and-publish-image-tag.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4.1.4 - name: Build and publish tagged Docker image - uses: VaultVulp/gp-docker-action@1.6.0 + uses: VaultVulp/gp-docker-action@1.7.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} image-name: gv-image