Skip to content

Commit 272d29e

Browse files
committed
containerfile
fix version fix
1 parent 910aea0 commit 272d29e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
env:
1313
REGISTRY: ghcr.io
1414
IMAGE_NAME: ${{ github.repository }}
15+
FEDORA_VERSION: 43
1516

1617
jobs:
1718
build:
@@ -54,6 +55,8 @@ jobs:
5455
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
5556
with:
5657
context: .
58+
file: Containerfile
59+
build-args: FEDORA_VERSION=${{ FEDORA_VERSION }}
5760
push: ${{ github.event_name != 'pull_request' }}
5861
tags: ${{ steps.meta.outputs.tags }}
5962
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)