We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3585f38 commit 9b50ad2Copy full SHA for 9b50ad2
.github/workflows/images-pull-request.yaml
@@ -1,4 +1,4 @@
1
-name: pull-request
+name: Docker Images - Pull Request
2
on: pull_request
3
4
jobs:
@@ -34,7 +34,7 @@ jobs:
34
35
build-public:
36
needs: chkmodified
37
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04-arm
38
environment: ecr-prod-publish
39
permissions:
40
id-token: write
@@ -45,7 +45,7 @@ jobs:
45
46
steps:
47
- name: Build
48
- uses: smartcontractkit/.github/actions/cicd-build-publish-docker@crib-626/multiplatform # v0.1.0
+ uses: smartcontractkit/.github/actions/cicd-build-publish-docker@main # v0.1.0
49
with:
50
# general inputs
51
ecr-repo-name: ${{ matrix.image }}
0 commit comments