We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16e4366 commit a37b439Copy full SHA for a37b439
.github/workflows/push-docker-image.yml
@@ -28,15 +28,14 @@ jobs:
28
cosign-release: 'v2.2.4'
29
30
# Login against a Docker registry except on PR
31
- # https://github.com/docker/login-action
32
- name: Log into registry ${{ env.REGISTRY }}
33
if: github.event_name != 'pull_request'
34
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
35
with:
36
registry: ${{ env.REGISTRY }}
37
username: ${{ secrets.USERNAME }}
38
password: ${{ secrets.PASSOWRD }}
39
- token: ${{ secrets.GITHUB_TOKEN }}
+
40
41
# Extract metadata (tags, labels) for Docker
42
# https://github.com/docker/metadata-action
0 commit comments