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 f1f014b commit cf5ce17Copy full SHA for cf5ce17
.github/workflows/build-and-push-docker-image.yml
@@ -24,10 +24,9 @@ jobs:
24
--tag $IMAGE
25
- name: Log in to GHCR
26
if: github.event_name != 'pull_request'
27
- run: |
+ run: >-
28
echo ${{ secrets.GITHUB_TOKEN }} |
29
docker login ghcr.io -u $GITHUB_ACTOR --password-stdin
30
- name: Push Docker image to GHCR
31
32
33
- docker push $IMAGE
+ run: docker push $IMAGE
0 commit comments