Skip to content

Commit

Permalink
zess: lowercase time
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 6b49efa commit ae19f54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
- name: Build Docker image
run: |
if [ "${{ github.event_name }}" == "push" ]; then
docker tag ghcr.io/zeuswpi/ZeSS:pr-${{ github.sha }} ghcr.io/zeuswpi/ZeSS:latest
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
run: docker push --all-tags ghcr.io/zeuswpi/zess

0 comments on commit ae19f54

Please sign in to comment.