Skip to content

Commit

Permalink
Fix image name in release process
Browse files Browse the repository at this point in the history
  • Loading branch information
jaapio committed Aug 10, 2019
1 parent e8060ab commit 2995fc9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Expand Up @@ -12,15 +12,15 @@ jobs:
with:
args: install --no-interaction --prefer-dist --optimize-autoloader
- name: warm cache
uses: docker://phar-ga
uses: docker://phpdoc/phar-ga:master
with:
args: php bin/console cache:warmup --env=prod
- name: build phar
uses: docker://phar-ga
uses: docker://phpdoc/phar-ga:master
with:
args: box compile
- name: sign phar
uses: docker://phar-ga
uses: docker://phpdoc/phar-ga:master
env:
PASSPHRASE: ${{ secrets.PASSPHRASE }}
SECRET_KEY: ${{ secrets.SECRET_KEY }}
Expand Down

0 comments on commit 2995fc9

Please sign in to comment.