Skip to content

Commit

Permalink
Merge pull request #93 from eftechcombr/github-actions
Browse files Browse the repository at this point in the history
updatate at Fri Aug  9 14:17:17 -03 2024
  • Loading branch information
eduardofraga authored Aug 9, 2024
2 parents e8fd3fd + adfc341 commit db9730f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/docker-publish-nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,10 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
flavors: |
latest=auto
prefix=nginx-
latest=false
tags: |
type=semver,pattern={{version}}
type=ref,event=branch
type=semver,pattern={{version}},prefix=nginx-
type=ref,event=branch,prefix=nginx-
- name: Build and push Docker image
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/docker-publish-php-fpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,10 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
flavor: |
latest=auto
prefix=php-fpm-
latest=false
tags: |
type=semver,pattern={{version}}
type=ref,event=branch
type=semver,pattern={{version}},prefix=php-fpm-
type=ref,event=branch,prefix=php-fpm-
- name: Build and push Docker image
Expand Down

0 comments on commit db9730f

Please sign in to comment.