diff --git a/.github/workflows/generic_build.yml b/.github/workflows/generic_build.yml index 9fd23e6b..4c6549ac 100644 --- a/.github/workflows/generic_build.yml +++ b/.github/workflows/generic_build.yml @@ -12,7 +12,6 @@ on: description: The cache key to use when restoring an image later value: ${{ jobs.build-image.outputs.build-cache-key }} - permissions: contents: read diff --git a/.github/workflows/generic_publish.yml b/.github/workflows/generic_publish.yml index 9f77035e..7e8f4261 100644 --- a/.github/workflows/generic_publish.yml +++ b/.github/workflows/generic_publish.yml @@ -23,7 +23,7 @@ jobs: - name: 'Prepare tags' id: prep - uses: docker/metadata-action@v4.0 + uses: docker/metadata-action@v4.0.1 with: images: | ${{ secrets.DOCKER_REPOSITORY }}