Skip to content

Commit

Permalink
zess: woops deleted build step
Browse files Browse the repository at this point in the history
  • Loading branch information
Topvennie authored and hannes-dev committed Aug 26, 2024
1 parent ae19f54 commit f7ee02a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:

- name: Build Docker image
run: |
docker build . -t ghcr.io/zeuswpi/zess:pr-${{ github.sha }}
if [ "${{ github.event_name }}" == "push" ]; then
docker tag ghcr.io/zeuswpi/zess:pr-${{ github.sha }} ghcr.io/zeuswpi/zess:latest
fi
Expand Down

0 comments on commit f7ee02a

Please sign in to comment.