Skip to content

Commit

Permalink
Update DH_upload.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dthoward96 authored Sep 25, 2024
1 parent 25b1f77 commit a859803
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/DH_upload.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Create and publish docker image to DockerHub
name: Create and publish docker image to DockerHub and GitHub Container Repository

on:
push:
Expand All @@ -16,10 +16,10 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v4

- name: Log into container registry
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d
- name: Log into GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit a859803

Please sign in to comment.