w: update actions

pull/162/head
undefined 3 years ago
parent 14948e97a7
commit a70a375e46

@ -70,8 +70,8 @@ jobs:
push: true push: true
context: ./install/docker/backend context: ./install/docker/backend
tags: | tags: |
docker.pkg.github.com/hydro-dev/hydro/web:${{ github.sha }} docker.pkg.github.com/hydro-dev/web:${{ github.sha }}
docker.pkg.github.com/hydro-dev/hydro/web:${{ github.ref }} docker.pkg.github.com/hydro-dev/web:${{ github.ref }}
judge: judge:
needs: build needs: build
if: ${{ github.event_name == 'push' }} if: ${{ github.event_name == 'push' }}
@ -96,5 +96,5 @@ jobs:
push: true push: true
context: ./install/docker/judge context: ./install/docker/judge
tags: | tags: |
docker.pkg.github.com/hydro-dev/hydro/judge:${{ github.sha }} docker.pkg.github.com/hydro-dev/judge:${{ github.sha }}
docker.pkg.github.com/hydro-dev/hydro/judge:${{ github.ref }} docker.pkg.github.com/hydro-dev/judge:${{ github.ref }}
Loading…
Cancel
Save