Skip to content

Commit 1272f2b

Browse files
authored
Merge pull request #14427 from guardian/revert-14412-remove-github-slug-action
Revert "Remove GitHub slug action"
2 parents b413b92 + dc4f2d3 commit 1272f2b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/container.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
- name: Checkout repository
2020
uses: actions/checkout@v5
2121

22+
- name: Inject slug/short variables
23+
uses: rlespinasse/[email protected]
24+
2225
- name: Set up Node environment
2326
uses: ./.github/actions/setup-node-env
2427

@@ -36,7 +39,7 @@ jobs:
3639
uses: redhat-actions/[email protected]
3740
with:
3841
image: dotcom-rendering
39-
tags: ${{ github.sha }}
42+
tags: ${{ github.sha }} ${{ env.GITHUB_REF_SLUG }}
4043
context: ./
4144
containerfiles: ./dotcom-rendering/Containerfile
4245

0 commit comments

Comments
 (0)