Skip to content

Commit

Permalink
zess: for real test out push
Browse files Browse the repository at this point in the history
  • Loading branch information
Topvennie committed Aug 26, 2024
1 parent c056993 commit 65bf630
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ jobs:
- name: Build Docker image
run: |
docker build . -t ghcr.io/zeuswpi/zess:pr-${{ github.sha }}
docker tag ghcr.io/zeuswpi/zess:pr-${{ github.sha }} ghcr.io/zeuswpi/zess:latest
if [ "${{ github.event_name }}" == "push" ]; then
docker tag ghcr.io/zeuswpi/zess:pr-${{ github.sha }} ghcr.io/zeuswpi/zess:latest
fi
- name: Push Docker image
if: github.event_name == 'push'
run: docker push --all-tags ghcr.io/zeuswpi/zess

0 comments on commit 65bf630

Please sign in to comment.