Skip to content

Commit

Permalink
ci: re-add meta id
Browse files Browse the repository at this point in the history
  • Loading branch information
scbizu committed Oct 15, 2021
1 parent 78191b2 commit ec6fb98
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Extract Docker Image Metadata
id: meta
uses: docker/metadata-action@v3
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
Expand All @@ -35,7 +36,8 @@ jobs:
file: ./Dockerfile
push: true
# up to metadata action
tags: latest
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
# - name: Deploy Astral
# uses: wshihadeh/docker-deployment-action@v1
# run: |
Expand Down

0 comments on commit ec6fb98

Please sign in to comment.