Skip to content

Commit e76f415

Browse files
Update .github/workflows/build-containers.yml
Co-authored-by: David Boike <[email protected]>
1 parent 5b8b149 commit e76f415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-containers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
id: date
4747
run: echo "date=$(date '+%FT%TZ')" >> $GITHUB_OUTPUT
4848
- name: Build and push image to GitHub container registry
49-
uses: docker/build-push-action@v6
49+
uses: docker/build-push-action@v6.14.0
5050
with:
5151
context: .
5252
push: true

0 commit comments

Comments
 (0)