Skip to content

Commit

Permalink
fix: refactor tags
Browse files Browse the repository at this point in the history
  • Loading branch information
b4oshany committed Nov 14, 2024
1 parent d3419f0 commit d398085
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,8 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=ref,event=8.0
type=semver,pattern=8.0-{{version}}
type=sha
8.0
- name: Build and push Docker image for PHP 8.0
uses: docker/build-push-action@v4
Expand All @@ -74,9 +73,8 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=ref,event=8.1
type=semver,pattern=8.1-{{version}}
type=sha
8.1
- name: Build and push Docker image for PHP 8.1
uses: docker/build-push-action@v4
Expand All @@ -100,9 +98,8 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=ref,event=8.2
type=semver,pattern=8.2-{{version}}
type=sha
8.2
- name: Build and push Docker image for PHP 8.2
uses: docker/build-push-action@v4
Expand All @@ -126,9 +123,8 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=ref,event=8.3
type=semver,pattern=8.3-{{version}}
type=sha
8.3
- name: Build and push Docker image for PHP 8.3
uses: docker/build-push-action@v4
Expand Down

0 comments on commit d398085

Please sign in to comment.