Skip to content

Commit

Permalink
Fix docker image name
Browse files Browse the repository at this point in the history
  • Loading branch information
kznrluk committed Oct 8, 2024
1 parent 8e254e0 commit bd892bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin

- name: Tag image for GHCR
run: docker tag ${{ secrets.ECR_REPO_DOMAIN }}/palserver_linux_publish_testing:${{ github.event.inputs.ecr_tag_name }} ghcr.io/${{ github.repository_owner }}/palserver_linux_publish_testing:${{ github.event.inputs.ghcr_tag_name }}
run: docker tag ${{ secrets.ECR_REPO_DOMAIN }}/palserver_linux_shipping:${{ github.event.inputs.ecr_tag_name }} ghcr.io/${{ github.repository_owner }}/palserver:${{ github.event.inputs.ghcr_tag_name }}

- name: Push image to GHCR
run: docker push ghcr.io/${{ github.repository_owner }}/palserver_linux_publish_testing:${{ github.event.inputs.ghcr_tag_name }}
run: docker push ghcr.io/${{ github.repository_owner }}/palserver:${{ github.event.inputs.ghcr_tag_name }}
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
# palworld-dedicated-server
# palworld-dedicated-server

0 comments on commit bd892bb

Please sign in to comment.