Skip to content
Merged
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
4 changes: 2 additions & 2 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
fi
- name: Build and Tag Container Image
id: build
uses: mozilla-it/deploy-actions/docker-build@38c51d393fd18ea462f891e46bd18905f7d90530
uses: mozilla-it/deploy-actions/docker-build@8d2c17a843ea376c58b4e88e55d1335bafd52bcb #v6.2.0
with:
image_name: ${{ inputs.image_name }}
gar_name: ${{ inputs.gar_name }}
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
bash "$TMP"
fi
- name: Push Container Image
uses: mozilla-it/deploy-actions/docker-push@38c51d393fd18ea462f891e46bd18905f7d90530
uses: mozilla-it/deploy-actions/docker-push@8d2c17a843ea376c58b4e88e55d1335bafd52bcb #v6.2.0
with:
image_tags: ${{ steps.build.outputs.image_tags }}
should_authenticate_to_ghcr: ${{ inputs.should_tag_ghcr }}
Expand Down
Loading