Skip to content

Commit

Permalink
use action from master
Browse files Browse the repository at this point in the history
  • Loading branch information
mgfritch committed Dec 11, 2024
1 parent f7a405b commit 1630b4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Build and push container image
id: build-amd64
uses: rancher/ecm-distro-tools/actions/publish-image@v0.46.2
uses: rancher/ecm-distro-tools/actions/publish-image@master
env:
META_LABELS: ${{ steps.meta-amd64.outputs.labels }}
with:
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
- name: Create manifest list and push
id: push-manifest
uses: rancher/ecm-distro-tools/actions/publish-image@v0.46.2
uses: rancher/ecm-distro-tools/actions/publish-image@master
env:
DOCKER_METADATA_OUTPUT_JSON: ${{ steps.meta.outputs.json }}
REGISTRY_IMAGE: ${{ env.REGISTRY_IMAGE }}
Expand Down

0 comments on commit 1630b4a

Please sign in to comment.