Skip to content

Commit bd806fa

Browse files
set actions to build from containerfile
Updated Docker build action to use the latest version and specified Containerfile.
1 parent 54da91f commit bd806fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@ jobs:
3636

3737
- name: Build and push Docker image
3838
id: push
39-
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
39+
uses: docker/build-push-action@v5
4040
with:
41+
file: ./Containerfile
4142
context: .
4243
push: true
4344
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)