Skip to content

Commit 9ee95a1

Browse files
committed
Merge remote-tracking branch 'origin/main'
# Conflicts: # .github/workflows/php-docker-public.yml
2 parents 31c1bfd + f1e1a72 commit 9ee95a1

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/php-docker-public.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,6 @@ jobs:
4747
username: ${{ env.DOCKERHUB_USERNAME }}
4848
password: ${{ env.DOCKERHUB_TOKEN }}
4949

50-
- name: Extract Docker metadata
51-
id: meta
52-
uses: docker/metadata-action@v5
53-
with:
54-
images: ${{ env.DOCKERHUB_USERNAME }}/${{ env.IMAGE_NAME }}
55-
tags: |
56-
type=ref,event=branch
57-
type=ref,event=tag
58-
type=semver,pattern={{version}}
59-
type=raw,value=latest,enable=${{ github.ref == 'refs/heads/main' }}
60-
6150
- name: Get latest version tag
6251
id: get_version
6352
run: |
@@ -109,6 +98,7 @@ jobs:
10998
type=ref,event=tag
11099
type=semver,pattern={{version}}
111100
type=raw,value=latest,enable=${{ github.ref == 'refs/heads/main' }}
101+
type=raw,value=${{ steps.inc_version.outputs.new_version }}
112102
113103
- name: Build and push Docker image
114104
id: build-and-push

0 commit comments

Comments
 (0)