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 60adc43 commit 640269eCopy full SHA for 640269e
.github/workflows/push-docker-image.yml
@@ -9,6 +9,8 @@ env:
9
REGISTRY: ghcr.io
10
# github.repository as <account>/<repo>
11
IMAGE_NAME: ${{ github.repository }}
12
+ username: ${{ secrets.USERNAME }}
13
+ password: ${{ secrets.GHCR_TOKEN }}
14
15
16
jobs:
@@ -20,7 +22,7 @@ jobs:
20
22
uses: actions/checkout@v4
21
23
24
- # Login against a Docker registry except on PR
25
+ # Login against a Docker registry
26
- name: Log into registry ${{ env.REGISTRY }}
27
if: github.event_name != 'pull_request'
28
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
0 commit comments