Skip to content

Commit 66c7dbe

Browse files
committed
chore: test build-push action with Dockerfile checks
Add something for linter to catch
1 parent 5e9db1e commit 66c7dbe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/mozcloud-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
packages: write # Only required if you're publishing to GHCR
2626
id-token: write
2727
secrets: inherit
28-
uses: mozilla-it/deploy-actions/.github/workflows/build-and-push.yml@c0cca7024640f33fa348fc0c608f43d887e63525 #v5.3.0
28+
uses: mozilla-it/deploy-actions/.github/workflows/build-and-push.yml@dockerfile-checks
2929
with:
3030
image_name: go-demo
3131
gar_name: cicd-demos-nonprod

go-demo/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.23.12@sha256:60deed95d3888cc5e4d9ff8a10c54e5edc008c6ae3fba6187be6fb592e19e8c0 AS builder
1+
FROM golang:1.23.12@sha256:60deed95d3888cc5e4d9ff8a10c54e5edc008c6ae3fba6187be6fb592e19e8c0 as builder
22

33
WORKDIR /app
44

0 commit comments

Comments
 (0)