Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-push-dockerhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
${{ inputs.pre_build_script }}

- name: Build and push
uses: NethermindEth/github-action-image-build-and-push@b59fa5c2f2416973d34123c7cac63965209ed492
uses: NethermindEth/github-action-image-build-and-push@fefef12a2baef6d339fb4b244b4cd45c40146161
with:
registry: "dockerhub"
image_name: ${{ inputs.repo_name }}/${{ inputs.image_name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-push-jfrog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
${{ inputs.pre_build_script }}

- name: Build and push
uses: NethermindEth/github-action-image-build-and-push@b59fa5c2f2416973d34123c7cac63965209ed492
uses: NethermindEth/github-action-image-build-and-push@fefef12a2baef6d339fb4b244b4cd45c40146161
Comment thread
derrix060 marked this conversation as resolved.
with:
registry: "artifactory"
image_name: ${{ steps.env-vars.outputs.IMAGE_NAME }}
Expand Down