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 59ecf4b commit 12bf63bCopy full SHA for 12bf63b
.github/workflows/deploy-docker-image.yml
@@ -39,7 +39,9 @@ jobs:
39
with:
40
context: .
41
push: true
42
- tags: ghcr.io/markkelnar/wp-graphql:${{ steps.vars.outputs.tag }}-wp${{ matrix.wordpress }}-php${{ matrix.php }}
+ tags: |
43
+ ghcr.io/markkelnar/wp-graphql:latest-wp${{ matrix.wordpress }}-php${{ matrix.php }}
44
+ ghcr.io/markkelnar/wp-graphql:${{ steps.vars.outputs.tag }}-wp${{ matrix.wordpress }}-php${{ matrix.php }}
45
file: docker/app.Dockerfile
46
build-args: |
47
PHP_VERSION=${{ matrix.php }}
0 commit comments