Add a license and update github workflow

This commit is contained in:
Nikolai Rodionov
2023-01-18 12:24:07 +01:00
parent 0162b080f1
commit cf2678c299
2 changed files with 22 additions and 4 deletions

View File

@ -5,8 +5,6 @@ on:
push:
branches:
- main
# paths:
# - "src/**"
jobs:
containerization:
@ -43,8 +41,7 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: |
ghcr.io/allanger/${{ env.GITHUB_REPOSITORY }}:stable
ghcr.io/allanger/${{ env.GITHUB_REPOSITORY }}:latest
ghcr.io/${{ env.GITHUB_ACTION_REPOSITORY }}:stable
labels: |
action_id=${{ github.action }}
action_link=${{ env.LINK }}