mirror of
https://github.com/darmiel/yaxc.git
synced 2025-09-10 08:24:29 +08:00
(Fixed) GitHub Actions
This commit is contained in:
parent
dd5bd185be
commit
e9025235fe
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: .
|
context: .
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: ghcr.io/${GITHUB_REPOSITORY}:${IMAGE_TAG}
|
tags: ghcr.io/${GITHUB_REPOSITORY}:${IMAGE_TAG:=latest}
|
||||||
|
|
||||||
- name: Image digest
|
- name: Image digest
|
||||||
run: echo ${{ steps.docker_build.outputs.digest }}
|
run: echo ${{ steps.docker_build.outputs.digest }}
|
Loading…
Add table
Reference in a new issue