Skip to content

Commit

Permalink
Action fix 2?
Browse files Browse the repository at this point in the history
  • Loading branch information
noeppi-noeppi committed May 5, 2024
1 parent ca9f17e commit ff49d54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
shell: bash
working-directory: target
run: |
docker build -t "ghcr.io/ModdingX/reposilite-patches:latest" -t "ghcr.io/ModdingX/reposilite-patches:${{ github.ref_name }}" .
docker build -t "ghcr.io/moddingx/reposilite-patches:latest" -t "ghcr.io/moddingx/reposilite-patches:${{ github.ref_name }}" .
- name: 'Login to GitHub package registry'
uses: docker/login-action@v3
Expand All @@ -33,5 +33,5 @@ jobs:
- name: 'Publish container'
shell: bash
run: |
docker push "ghcr.io/ModdingX/reposilite-patches:${github.ref_name}"
docker push "ghcr.io/ModdingX/reposilite-patches:latest"
docker push "ghcr.io/moddingx/reposilite-patches:${github.ref_name}"
docker push "ghcr.io/moddingx/reposilite-patches:latest"

0 comments on commit ff49d54

Please sign in to comment.