testing passing data from one job to another one

This commit is contained in:
nicobo 2021-03-19 21:58:03 +01:00
parent 4783ed6415
commit 03e08e95de
No known key found for this signature in database
GPG key ID: 2581E71C5FA5285F

View file

@ -103,7 +103,7 @@ jobs:
environment: prod
runs-on: ubuntu-latest
outputs:
digest: ${{ steps.docker_build_debian.outputs.digest }}
digest: ${{ env.DEBIAN_TAGS }}
steps:
- name: Checkout