We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 600f1e8 + 276e9b4 commit a5ad324Copy full SHA for a5ad324
1 file changed
.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
12
steps:
13
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
14
- name: Build the Image
15
run: docker build . --file Dockerfile --tag appuio/example-php-docker-helloworld:latest
16
- name: Run the Container
0 commit comments