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 31a03ee
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docker-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,10 @@ jobs:
# Build & Push Wordpress Container
- name: Extract Docker metadata Wordpress
id: metaWordpress
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
uses: docker/metadata-action@v3.4.1
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 31a03ee

Please sign in to comment.