Skip to content

Commit 3d99b33

Browse files
fix: set container at right location
1 parent d210d76 commit 3d99b33

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

templates/github-actions.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,10 @@ on:
1212
env:
1313
COMPOSER_CACHE_DIR: /tmp/composer-cache
1414

15-
defaults:
16-
run:
17-
shell: bash
18-
container: quay.io/hypernode/deploy:2.0-php8.1-node18
19-
2015
jobs:
2116
build:
2217
runs-on: ubuntu-latest
18+
container: quay.io/hypernode/deploy:2.0-php8.1-node18
2319
steps:
2420
- uses: actions/checkout@v2
2521
- uses: actions/cache@v2
@@ -41,6 +37,7 @@ jobs:
4137
deploy:
4238
needs: build
4339
runs-on: ubuntu-latest
40+
container: quay.io/hypernode/deploy:2.0-php8.1-node18
4441
steps:
4542
- uses: actions/checkout@v2
4643
- name: download build artifact

0 commit comments

Comments
 (0)