mirror of
https://github.com/nicolabs/nicobot.git
synced 2025-09-07 05:14:01 +02:00
fixed debian job output
This commit is contained in:
parent
03e08e95de
commit
df0f72541a
2
.github/workflows/dockerhub.yml
vendored
2
.github/workflows/dockerhub.yml
vendored
|
@ -103,7 +103,7 @@ jobs:
|
|||
environment: prod
|
||||
runs-on: ubuntu-latest
|
||||
outputs:
|
||||
digest: ${{ env.DEBIAN_TAGS }}
|
||||
digest: ${{ steps.docker_build_debian.outputs.digest }}
|
||||
steps:
|
||||
|
||||
- name: Checkout
|
||||
|
|
Loading…
Reference in a new issue