Skip to content

Commit

Permalink
Fix ghcr.io deploy step
Browse files Browse the repository at this point in the history
  • Loading branch information
mmore500 authored Dec 8, 2023
1 parent 9dc06d9 commit 286db14
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,12 +189,13 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
repository: devosoft/empirical
tag_with_ref: true
- name: Push to GHCR
- name: Push to ghcr.io
uses: docker/build-push-action@v1
with:
context: .
push: true
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
repository: devosoft/empirical
repository: ghcr.io/devosoft/empirical
tag_with_ref: true

0 comments on commit 286db14

Please sign in to comment.