Skip to content

Commit 6033d41

Browse files
committed
publish php latest images
1 parent 8065101 commit 6033d41

File tree

2 files changed

+4
-52
lines changed

2 files changed

+4
-52
lines changed

.github/workflows/latest.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Publish Latest Docker Image
33
on:
44
push:
55
branches:
6-
- '8.0.x'
6+
- 'main'
77

88
env:
9-
PHP_VERSION: '8.0'
9+
PHP_VERSION: '8.1'
1010
DOCKER_HUB_REPO: 'rushlowdev/php-cli'
1111

1212
jobs:
@@ -34,13 +34,13 @@ jobs:
3434
with:
3535
context: ./cli
3636
push: true
37-
tags: ${{ env.DOCKER_HUB_REPO }}:latest-${{ env.PHP_VERSION }}-cli
37+
tags: ${{ env.DOCKER_HUB_REPO }}:latest-cli
3838
labels: ${{ steps.meta.outputs.labels }}
3939

4040
- name: Build and push FPM image
4141
uses: docker/build-push-action@v2
4242
with:
4343
context: ./fpm
4444
push: true
45-
tags: ${{ env.DOCKER_HUB_REPO }}:latest-${{ env.PHP_VERSION }}-fpm
45+
tags: ${{ env.DOCKER_HUB_REPO }}:latest-fpm
4646
labels: ${{ steps.meta.outputs.labels }}

.github/workflows/release.yaml

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)