Skip to content

Commit

Permalink
Merge pull request #89 from eftechcombr/github-actions
Browse files Browse the repository at this point in the history
Changes to be committed:
  • Loading branch information
eduardofraga authored Aug 9, 2024
2 parents f93062d + 62c2675 commit d4a93c3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-publish-nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
flavors: |
latest=auto
flavor: |
latest=true
preffix=nginx-
tags: |
type=semver,pattern={{version}},preffix=nginx-
type=semver,pattern={{version}}
type=sha,format=long
- name: Build and push Docker image
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/docker-publish-php-fpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,12 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
flavor: |
latest=auto
latest=true
preffix=php-fpm-
tags: |
type=semver,pattern={{version}},prefix=php-fpm-
type=sha,format=long
type=sha,format=long,prefix=php-fpm-
- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445
Expand Down

0 comments on commit d4a93c3

Please sign in to comment.