We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fbcc29 commit 7bd3cf7Copy full SHA for 7bd3cf7
.github/workflows/docker_publish.yml
@@ -70,7 +70,7 @@ jobs:
70
VERSION=${{ github.event_name == 'pull_request' && format('{0}-PR{1}.{2}', steps.extract_from_config_yaml.outputs.desired_version, github.event.number, github.event.pull_request.head.sha) || steps.extract_from_config_yaml.outputs.desired_version}}
71
echo "version=$VERSION" >> "$GITHUB_OUTPUT"
72
- name: Set up Docker Buildx
73
- uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5
+ uses: docker/setup-buildx-action@6a25f988bdfa969e96a38fc9f843ea31e0b5df27
74
- name: Get Docker Metadata
75
id: meta
76
uses: docker/metadata-action@906ecf0fc0a80f9110f79d9e6c04b1080f4a2621
0 commit comments