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 d210d76 commit 3d99b33Copy full SHA for 3d99b33
templates/github-actions.yml
@@ -12,14 +12,10 @@ on:
12
env:
13
COMPOSER_CACHE_DIR: /tmp/composer-cache
14
15
-defaults:
16
- run:
17
- shell: bash
18
- container: quay.io/hypernode/deploy:2.0-php8.1-node18
19
-
20
jobs:
21
build:
22
runs-on: ubuntu-latest
+ container: quay.io/hypernode/deploy:2.0-php8.1-node18
23
steps:
24
- uses: actions/checkout@v2
25
- uses: actions/cache@v2
@@ -41,6 +37,7 @@ jobs:
41
37
deploy:
42
38
needs: build
43
39
40
44
45
46
- name: download build artifact
0 commit comments