diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e44e1fb67..0d4706f35 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,18 +47,13 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v4 - - name: OIDC connections - id: docker_oidc - uses: docker/oidc-action@v1 - with: - connection-id: ${{ vars.DOCKER_OIDC_CONNECTION_ID }} - expires-in: 1800 - - name: Login to Docker Hub uses: docker/login-action@v4 with: - username: ${{ vars.DOCKER_ORGANIZATION_NAME }} - password: ${{ steps.docker_oidc.outputs.token }} + username: ${{ vars.DOCKERHUB_ORGANIZATION }} + env: + DOCKERHUB_OIDC_CONNECTIONID: ${{ vars.DOCKERHUB_OIDC_CONNECTIONID }} + DOCKERHUB_OIDC_EXPIREIN: 1800 # This is necessary as we want to ensure that version tags # are properly formatted before passing them into the