Skip to content

Commit

Permalink
Update for GHCR
Browse files Browse the repository at this point in the history
  • Loading branch information
haravich committed Aug 12, 2023
1 parent 80bc204 commit b85b357
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
# list of Docker images to use as base name for tags
images: |
haravich/custom-ssh-server
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
# generate Docker tags based on the following events/attributes
tags: |
type=ref,event=branch
Expand All @@ -52,7 +53,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Log in to the Container registry
- name: Login to GHCR
uses: docker/login-action@v2
with:
registry: ${{ env.REGISTRY }}
Expand Down

0 comments on commit b85b357

Please sign in to comment.