FIX: Update containers build jobs

This commit is contained in:
Nikolai Rodionov 2023-01-17 22:46:26 +01:00
parent c409ffbd6d
commit 0162b080f1
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@ on:
push:
branches:
- main
paths:
- "src/**"
# paths:
# - "src/**"
jobs:
containerization:

View File

@ -44,7 +44,7 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: |
ghcr.io/allanger/${{ env.GITHUB_REPOSITORY }}:${{ env.TAG }}
ghcr.io/${{ env.GITHUB_ACTION_REPOSITORY }}:${{ env.TAG }}
labels: |
action_id=${{ github.action }}
action_link=${{ env.LINK }}