Skip to content

Commit

Permalink
🐋 ci: Update Docker build workflow to use dynamic image tags
Browse files Browse the repository at this point in the history
  • Loading branch information
danny-avila committed Jun 15, 2024
1 parent cdb3c7d commit f2a02f4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/docker-build-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,8 @@ jobs:
context: .
file: ${{ matrix.file }}
push: true
# tags: |
# ghcr.io/${{ github.repository_owner }}/${{ matrix.image_name }}:${{ github.sha }}
# ghcr.io/${{ github.repository_owner }}/${{ matrix.image_name }}:${{ inputs.tag }}
tags: |
ghcr.io/denispalnitsky/${{ matrix.image_name }}:${{ github.sha }}
ghcr.io/denispalnitsky/${{ matrix.image_name }}:${{ inputs.tag }}
ghcr.io/${{ github.repository_owner }}/${{ matrix.image_name }}:${{ github.sha }}
ghcr.io/${{ github.repository_owner }}/${{ matrix.image_name }}:${{ inputs.tag }}
platforms: linux/amd64,linux/arm64
target: ${{ matrix.target }}

0 comments on commit f2a02f4

Please sign in to comment.