Skip to content

Commit 23e9131

Browse files
committed
fix build actions but really this time
1 parent 664bed4 commit 23e9131

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-deployment-container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
uses: docker/build-push-action@v5
3030
with:
3131
push: true
32-
tags: metacpan/metacpan-web:$GITHUB_SHA
32+
tags: metacpan/metacpan-web:${{ github.sha }}

.github/workflows/build-production-container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
uses: docker/build-push-action@v5
2929
with:
3030
push: true
31-
tags: metacpan/metacpan-web:latest,metacpan/metacpan-web:$GITHUB_SHA
31+
tags: metacpan/metacpan-web:latest,metacpan/metacpan-web:${{ github.sha }}

0 commit comments

Comments
 (0)