Skip to content

Commit fc3b948

Browse files
committed
version
1 parent c00ead5 commit fc3b948

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-base-pretix.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Build base pretix image
22

3-
concurrency: v2024.11.0
3+
concurrency: ${{ inputs.version }}
44

55
on:
66
workflow_dispatch:
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v4
2828
with:
2929
repository: pretix/pretix
30-
ref: v2024.11.0
30+
ref: ${{ inputs.version }}
3131
- name: Set up Docker Buildx
3232
id: buildx
3333
uses: docker/setup-buildx-action@v3
@@ -39,7 +39,7 @@ jobs:
3939
builder: ${{ steps.buildx.outputs.name }}
4040
provenance: false
4141
push: true
42-
tags: ghcr.io/pythonitalia/pycon/arm-pretix:v2024.11.0
42+
tags: ghcr.io/pythonitalia/pycon/arm-pretix:${{ inputs.version }}
4343
cache-from: type=local,src=/tmp/.buildx-cache
4444
cache-to: type=local,dest=/tmp/.buildx-cache
4545
platforms: linux/arm64

0 commit comments

Comments
 (0)