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 55b54a2 commit 59f8bcd
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/${{ github.repository_owner }}/starguard:bot
docker push ghcr.io/${{ github.repository_owner }}/starguard:bot
docker tag starguard-bot:latest ghcr.io/${{ github.repository_owner }}/starguard:bot:${{ github.sha }}
docker push ghcr.io/${{ github.repository_owner }}/starguard:bot:${{ github.sha }}
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/${{ github.repository_owner }}/starguard:server
docker push ghcr.io/${{ github.repository_owner }}/starguard:server
docker tag starguard-server:latest ghcr.io/${{ github.repository_owner }}/starguard:server:${{ github.sha }}
docker push ghcr.io/${{ github.repository_owner }}/starguard:server:${{ github.sha }}

0 comments on commit 59f8bcd

Please sign in to comment.