Skip to content

Commit

Permalink
Working on image push
Browse files Browse the repository at this point in the history
This seems to be a case of the following:

docker/login-action#173
  • Loading branch information
dderyldowney committed Feb 26, 2024
1 parent a772f84 commit 0989a67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
logout: false

# Extract metadata (tags, labels) for Docker
# https://github.com/docker/metadata-action
Expand Down

0 comments on commit 0989a67

Please sign in to comment.