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 af389f1 commit 70841ceCopy full SHA for 70841ce
.github/workflows/docker-build.ecr.yml
@@ -33,6 +33,8 @@ jobs:
33
steps:
34
- name: Checkout
35
uses: actions/checkout@v4
36
+ with:
37
+ ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
38
39
- name: configure aws credentials
40
uses: aws-actions/configure-aws-credentials@v4
.github/workflows/docker-build.ghcr.yml
@@ -44,6 +44,8 @@ jobs:
44
egress-policy: audit
45
46
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
47
48
49
50
- name: Set current timestamp
51
id: vars
0 commit comments