Skip to content

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
bacali95 committed Nov 3, 2024
1 parent 5164317 commit 7f1e1c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
file: docker/Dockerfile
push: true
tags: |
ghcr.io/tun-judge/dependencies:${{ hashFiles('yarn.lock') }}
ghcr.io/tun-judge/dependencies:latest
ghcr.io/tunjudge/dependencies:${{ hashFiles('yarn.lock') }}
ghcr.io/tunjudge/dependencies:latest
- name: Run docker compose up
if: false
Expand Down

0 comments on commit 7f1e1c0

Please sign in to comment.