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 24f9d84 commit ed95708Copy full SHA for ed95708
.github/workflows/latest.yaml
@@ -33,13 +33,13 @@ jobs:
33
with:
34
context: ./cli
35
push: true
36
- tags: latest-${{ env.PHP_VERSION }}-cli
+ tags: rushlowdev/php-cli:latest-${{ env.PHP_VERSION }}-cli
37
labels: ${{ steps.meta.outputs.labels }}
38
39
- name: Build and push FPM image
40
uses: docker/build-push-action@v2
41
42
context: ./fpm
43
44
- tags: latest-${{ env.PHP_VERSION }}-fpm
+ tags: rushlowdev/php-cli:latest-${{ env.PHP_VERSION }}-fpm
45
0 commit comments