Skip to content
This repository has been archived by the owner on Aug 17, 2024. It is now read-only.

Commit

Permalink
feat: docker hub
Browse files Browse the repository at this point in the history
  • Loading branch information
mlajkim committed Jul 21, 2024
1 parent 120cad9 commit 426bfe5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: ["main"]

env:
REGISTRY: ghcr.io
REGISTRY: docker.io
IMAGE_USER: ajktown
IMAGE_NAME: ajktown/golf

Expand All @@ -18,10 +18,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Login to GHCR
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
registry: ${{ env.REGISTRY }}
username: ${{ env.IMAGE_USER }}
password: ${{ secrets.AJKTOWN_ORG_ACTION }}

Expand Down

0 comments on commit 426bfe5

Please sign in to comment.