Skip to content

Commit

Permalink
[CI/CD][Docker CI] fix Wordpress image metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsph committed Aug 20, 2021
1 parent e3b4013 commit 9c74e8c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ jobs:
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
with:
images: ${{ env.IMAGE_NAME }}, ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
flavor: |
suffix=-wordpress,onlatest=true
flavor: suffix=-wordpress,onlatest=true

- name: Build and push Docker image Wordpress
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
Expand Down

0 comments on commit 9c74e8c

Please sign in to comment.