Skip to content

Commit

Permalink
AB#468871 Trying to fix tagging ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendan Plougonven committed Jan 21, 2025
1 parent 0c647c0 commit a8223a5
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

# - name: Extract metadata (tags, labels) for Docker
# id: meta
# uses: docker/metadata-action@v5
# with:
# images: ${{ env.REGISTRY }}/mysql8-build-lnx8
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/infovista-opensource/mysql8-build-lnx8

- name: Build and push Docker image
id: push
Expand All @@ -45,4 +45,6 @@ jobs:
context: ./mysql8-build-lnx8
file: ./mysql8-build-lnx8/Dockerfile
push: true
tags: infovista-opensource/mysql8-build-lnx8:${{ github.ref_name }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
# tags: infovista-opensource/mysql8-build-lnx8:${{ github.ref_name }}

0 comments on commit a8223a5

Please sign in to comment.