Skip to content

Commit cffecb3

Browse files
committed
fix: set correct attestation subject name
This new version includes a bugfix to set the correct subject name when doing the attestation
1 parent 332f8ec commit cffecb3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-build-push-dockerhub.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
password: ${{ secrets.dockerhub_password }}
9595

9696
- name: Build and push
97-
uses: NethermindEth/github-action-image-build-and-push@bb683244b10d8aae21baf577b2e9ab4056236063
97+
uses: NethermindEth/github-action-image-build-and-push@e50662dd7ef064903ce698046e520fc2c3711003
9898
with:
9999
registry: "dockerhub"
100100
image_name: ${{ inputs.repo_name }}/${{ inputs.image_name }}

.github/workflows/docker-build-push-jfrog.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
password: ${{ steps.jfrog.outputs.oidc-token }}
123123

124124
- name: Build and push
125-
uses: NethermindEth/github-action-image-build-and-push@bb683244b10d8aae21baf577b2e9ab4056236063
125+
uses: NethermindEth/github-action-image-build-and-push@e50662dd7ef064903ce698046e520fc2c3711003
126126
with:
127127
registry: "artifactory"
128128
image_name: ${{ steps.env-vars.outputs.IMAGE_NAME }}

0 commit comments

Comments
 (0)