Skip to content

Commit

Permalink
fix: missing registry, image name when push
Browse files Browse the repository at this point in the history
  • Loading branch information
tuanpt-0634 committed Mar 13, 2023
1 parent 377b28e commit 00b2887
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-docker-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,13 @@ jobs:
uses: docker/metadata-action@v4
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=raw,value=8.2-ci
- name: Build and push Docker image
uses: docker/build-push-action@v4
with:
context: ./php/8.2/ci
push: true
tags: 8.2-ci
labels: ${{ steps.meta.outputs.labels }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 00b2887

Please sign in to comment.