Skip to content

Commit

Permalink
Minor refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
ehfd committed Mar 26, 2024
1 parent d890ccc commit 21a3f67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/container-publish.yml
Expand Up @@ -57,9 +57,10 @@ jobs:
build-args: |
DISTRIB_RELEASE=${{ matrix.os_version }}
context: .
labels: ${{ steps.meta.outputs.labels }}
no-cache: true
push: ${{ github.event_name != 'pull_request' }}
tags: |
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ matrix.os_version }}
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ matrix.os_version }}-${{ env.COMMIT_TIME_GIT }}
${{ matrix.latest_tag && format('{0}/{1}:latest', env.REGISTRY, env.IMAGE_NAME) || '' }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 21a3f67

Please sign in to comment.