Skip to content

Commit

Permalink
trying on a test branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kferrone committed Feb 13, 2025
1 parent 197d865 commit 47b0c4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

- name: Build and Push Docker Image
id: build_image
uses: duplocloud/actions/build-image@main
uses: duplocloud/actions/build-image@build-image-registry-fix
env:
GIT_TAG: ${{ inputs.tag }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
- name: Buildx MultiArch Installer
if: matrix.os.multiarch
id: installer-multiarch
uses: duplocloud/actions/build-image@main
uses: duplocloud/actions/build-image@build-image-registry-fix
env:
GIT_TAG: ${{ steps.info.outputs.GIT_TAG }}
with:
Expand Down

0 comments on commit 47b0c4c

Please sign in to comment.