diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 985a1e4..d693dec 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,7 @@ jobs: contents: read packages: write name: Build Image - uses: hathitrust/github_actions/.github/workflows/build.yml@98a7b0f67c16b968bb1f357ac50224dbfa789f3f # v2.0.2 + uses: hathitrust/github_actions/.github/workflows/build.yml@dc1e0d1e000e898af7ac65b5ecb1e3f7d9fd1dcc # v2.1.0 with: image: ghcr.io/${{ github.repository }} dockerfile: Dockerfile diff --git a/.github/workflows/tag-release.yml b/.github/workflows/tag-release.yml index 8b7cc4c..22b75d2 100644 --- a/.github/workflows/tag-release.yml +++ b/.github/workflows/tag-release.yml @@ -8,7 +8,7 @@ on: jobs: tag-release: name: Tag Release - uses: hathitrust/github_actions/.github/workflows/tag-release.yml@98a7b0f67c16b968bb1f357ac50224dbfa789f3f # v2.0.2 + uses: hathitrust/github_actions/.github/workflows/tag-release.yml@dc1e0d1e000e898af7ac65b5ecb1e3f7d9fd1dcc # v2.1.0 with: existing_tag: ghcr.io/${{ github.repository }}:${{ github.sha }} image: ghcr.io/${{ github.repository }}