Skip to content

Commit ed95708

Browse files
committed
fix repo name
1 parent 24f9d84 commit ed95708

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/latest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ jobs:
3333
with:
3434
context: ./cli
3535
push: true
36-
tags: latest-${{ env.PHP_VERSION }}-cli
36+
tags: rushlowdev/php-cli:latest-${{ env.PHP_VERSION }}-cli
3737
labels: ${{ steps.meta.outputs.labels }}
3838

3939
- name: Build and push FPM image
4040
uses: docker/build-push-action@v2
4141
with:
4242
context: ./fpm
4343
push: true
44-
tags: latest-${{ env.PHP_VERSION }}-fpm
44+
tags: rushlowdev/php-cli:latest-${{ env.PHP_VERSION }}-fpm
4545
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)