mirror of
https://github.com/darmiel/yaxc.git
synced 2024-11-10 09:03:00 +08:00
(Fixed) GitHub Actions
This commit is contained in:
parent
188a07f709
commit
e672018166
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy_hub.yml
vendored
2
.github/workflows/deploy_hub.yml
vendored
|
@ -54,7 +54,7 @@ jobs:
|
|||
context: .
|
||||
file: ./Dockerfile
|
||||
push: true
|
||||
tags: ghcr.io/${{GITHUB_REPOSITORY}}:${{IMAGE_TAG}}
|
||||
tags: ghcr.io/darmiel/yaxc:latest
|
||||
|
||||
- name: Image digest
|
||||
run: echo ${{ steps.docker_build.outputs.digest }}
|
Loading…
Reference in a new issue