1 parent 910aea0 commit 272d29eCopy full SHA for 272d29e
1 file changed
.github/workflows/docker-publish.yml
@@ -12,6 +12,7 @@ on:
12
env:
13
REGISTRY: ghcr.io
14
IMAGE_NAME: ${{ github.repository }}
15
+ FEDORA_VERSION: 43
16
17
jobs:
18
build:
@@ -54,6 +55,8 @@ jobs:
54
55
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
56
with:
57
context: .
58
+ file: Containerfile
59
+ build-args: FEDORA_VERSION=${{ FEDORA_VERSION }}
60
push: ${{ github.event_name != 'pull_request' }}
61
tags: ${{ steps.meta.outputs.tags }}
62
labels: ${{ steps.meta.outputs.labels }}
0 commit comments