Skip to content

Commit

Permalink
⚒️
Browse files Browse the repository at this point in the history
  • Loading branch information
fuegovic authored Mar 14, 2024
1 parent 73d9ac0 commit 55b54a2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/starguard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
- name: Tag and push bot image
run: |
docker tag starguard-bot:latest ghcr.io/starguard:bot
docker push ghcr.io/starguard:bot
docker tag starguard-bot:latest ghcr.io/${{ github.repository_owner }}/starguard:bot
docker push ghcr.io/${{ github.repository_owner }}/starguard:bot
build-and-push-image-server:
runs-on: ubuntu-latest
Expand All @@ -56,5 +56,5 @@ jobs:
- name: Tag and push server image
run: |
docker tag starguard-server:latest ghcr.io/starguard:server
docker push ghcr.io/starguard:server
docker tag starguard-server:latest ghcr.io/${{ github.repository_owner }}/starguard:server
docker push ghcr.io/${{ github.repository_owner }}/starguard:server

0 comments on commit 55b54a2

Please sign in to comment.