Skip to content

Commit

Permalink
korrektur tagname uebergabe
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller committed Oct 17, 2023
1 parent 6498619 commit 3497f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_debian_unified.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
# DON'T use 'cache-to' here as then the layer is cached and this build would be useless
outputs: type=docker,dest=${{ format( needs.prepare.outputs.image_file_path, matrix.debian_version) }}
build-args: |
BASE_TEST_IMAGE="localhost:5000/${{ format( needs.prepare.outputs.image_tag_name, matrix.debian_version) }}-base"
BASE_TEST_IMAGE=localhost:5000/${{ format( needs.prepare.outputs.image_tag_name, matrix.debian_version) }}-base
- name: Cache Check Docker Image
Expand Down

0 comments on commit 3497f9e

Please sign in to comment.