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 9abd975 commit 02bb751
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/starguard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Tag and push bot image
run: |
docker tag starguard-bot:latest ghcr.io/${{ github.repository_owner }}/starguardbot:${{ github.sha }}
docker push ghcr.io/${{ github.repository_owner }}/starguard:bot:${{ github.sha }}
docker push ghcr.io/${{ github.repository_owner }}/starguardbot:${{ github.sha }}
build-and-push-image-server:
runs-on: ubuntu-latest
Expand All @@ -57,4 +57,4 @@ jobs:
- name: Tag and push server image
run: |
docker tag starguard-server:latest ghcr.io/${{ github.repository_owner }}/starguardserver:${{ github.sha }}
docker push ghcr.io/${{ github.repository_owner }}/starguard:server:${{ github.sha }}
docker push ghcr.io/${{ github.repository_owner }}/starguardserver:${{ github.sha }}

0 comments on commit 02bb751

Please sign in to comment.