Skip to content

Commit

Permalink
⚡️ IMPROVE: update gh action script
Browse files Browse the repository at this point in the history
  • Loading branch information
asapdotid committed Dec 11, 2023
1 parent 9f959cd commit f8e1561
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-7.4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
file: src/php/7.4/Dockerfile
platforms: ${{ matrix.platform }}
labels: ${{ steps.meta.outputs.labels }}
# tags: ${{ env.REGISTRY_IMAGE }}:7.4
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true
- name: Export digest
run: |
Expand Down Expand Up @@ -76,6 +77,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY_IMAGE }}
tags: "7.4"
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit f8e1561

Please sign in to comment.