Skip to content

Commit

Permalink
Fix Docker github action
Browse files Browse the repository at this point in the history
  • Loading branch information
shun-liang committed Oct 21, 2024
1 parent 6b9232d commit 39bfaea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-build-and-publish.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Create and publish a Docker image

# Configures this workflow to run every time a change is pushed to the branch called `release`.
on:
release:
types: [published]
Expand All @@ -25,7 +26,7 @@ jobs:
uses: actions/checkout@v4
# Uses the `docker/login-action` action to log in to the Container registry registry using the account and password that will publish the packages. Once published, the packages are scoped to the account defined here.
- name: Log in to the Container registry
uses: docker/login-action65b78e6e13532edd9afa3aa52ac7964289d1a9c1
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand Down

0 comments on commit 39bfaea

Please sign in to comment.