File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9090 BUILD_DATE=${{steps.script.outputs.build_date}}
9191 VCS_REF=${{steps.script.outputs.commit_hash}}
9292 tags : |
93- docker.io/${{steps.script.outputs.docker_repo}}:10.11-alpine-unstable
94- # docker.io/${{steps.script.outputs.docker_repo}}:10.11-alpine
95- # docker.io/${{steps.script.outputs.docker_repo}}:10.11-alpine-${{steps.script.outputs.build_date_numeric}}.${{steps.script.outputs.commit_hash}}
93+ docker.io/${{steps.script.outputs.docker_repo}}:10.11-alpine
94+ docker.io/${{steps.script.outputs.docker_repo}}:10.11-alpine-${{steps.script.outputs.build_date_numeric}}.${{steps.script.outputs.commit_hash}}
9695 # ghcr.io/${{steps.script.outputs.github_repo}}:10.11-alpine-${{steps.script.outputs.build_date_numeric}}.${{steps.script.outputs.commit_hash}}
9796 # ghcr.io/${{steps.script.outputs.github_repo}}:10.11-alpine
9897 # quay.io/${{steps.script.outputs.redhat_quay_repo}}:10.11-alpine
Original file line number Diff line number Diff line change 1- FROM alpine:edge
1+ FROM alpine:3.18
22
33ARG BUILD_DATE
44ARG VCS_REF
You can’t perform that action at this time.
0 commit comments