diff --git a/.github/workflows/docker-publish.yaml b/.github/workflows/docker-publish.yaml index a0e626f..95bde05 100644 --- a/.github/workflows/docker-publish.yaml +++ b/.github/workflows/docker-publish.yaml @@ -13,6 +13,8 @@ env: jobs: test-and-build: + # Include the build workflow. + # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_iduses uses: ./.github/workflows/test-and-build.yaml docker-publish: @@ -20,7 +22,6 @@ jobs: permissions: contents: read packages: write - id-token: write needs: test-and-build steps: diff --git a/.github/workflows/ghcr-publish.yaml b/.github/workflows/ghcr-publish.yaml index 34381b6..5504432 100644 --- a/.github/workflows/ghcr-publish.yaml +++ b/.github/workflows/ghcr-publish.yaml @@ -1,5 +1,3 @@ -# This is a templated file and must be kept up-to-date with the original -# from upstream at https://github.com/canonical/se-tooling-ci-common. name: Publish to ghcr.io on: