Skip to content

Commit 6fd7c76

Browse files
authored
Update docker-image.yml
1 parent 1d623c2 commit 6fd7c76

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/docker-image.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ jobs:
1010

1111
build:
1212

13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-20.04
1414

1515
steps:
16-
- uses: actions/checkout@v4
17-
- name: Build the Docker image
18-
run: docker build . --file Dockerfile --tag composecraft-wait:latest
16+
- name: github-action-docker-build
17+
uses: btmc/github-action-docker-build@latest

0 commit comments

Comments
 (0)