We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aacd11f commit ef90150Copy full SHA for ef90150
.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
12
steps:
13
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
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