Skip to content

Commit

Permalink
Merge pull request #88 from eftechcombr/github-actions
Browse files Browse the repository at this point in the history
branch github-actions
  • Loading branch information
eduardofraga authored Aug 9, 2024
2 parents a7aa538 + 279a646 commit f93062d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker-publish-nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,9 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
flavors: |
latest=auto
prefix=nginx-
flavor: |
tags: |
type=semver,pattern={{version}}
type=semver,pattern={{version}},preffix=nginx-
type=sha,format=long
- name: Build and push Docker image
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/docker-publish-php-fpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,8 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
flavor: |
latest=auto
prefix=php-fpm-
tags: |
type=semver,pattern={{version}}
type=semver,pattern={{version}},prefix=php-fpm-
type=sha,format=long
- name: Build and push Docker image
Expand Down

0 comments on commit f93062d

Please sign in to comment.