Skip to content

Commit

Permalink
Modify github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolo committed Jul 29, 2024
1 parent a2da23f commit 056e999
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/updater-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Build Docker image
run: |
cd updater && docker build -t ghcr.io/${{ github.action.repo }}-updater:$COMMIT_SHORT_SHA .
cd updater && docker build -t ghcr.io/${{ github.action_repository }}-updater:$COMMIT_SHORT_SHA .
push:
runs-on: ubuntu-latest
Expand All @@ -43,4 +43,4 @@ jobs:

- name: Push Docker image
run: |
docker push ghcr.io/${{ github.action.repo }}-updater:$COMMIT_SHORT_SHA
docker push ghcr.io/${{ github.action_repository }}-updater:$COMMIT_SHORT_SHA
2 changes: 1 addition & 1 deletion .github/workflows/updater-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
- name: Tag Docker image
run: |
docker image tag ghcr.io/nikolo/onlineconf-updater:$COMMIT_SHORT_SHA ghcr.io/nikolo/onlineconf-updater:latest
docker image tag ghcr.io/${{ github.action_repository }}-updater:$COMMIT_SHORT_SHA ghcr.io/${{ github.action_repository }}-updater:latest

0 comments on commit 056e999

Please sign in to comment.