Skip to content

Commit 39e0981

Browse files
committed
test
1 parent 5299373 commit 39e0981

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

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

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

55
on:
6+
pull_request:
67
workflow_dispatch:
78
inputs:
89
version:
@@ -21,7 +22,7 @@ jobs:
2122
- uses: actions/checkout@v4
2223
with:
2324
repository: pretix/pretix
24-
ref: ${{ inputs.version }}
25+
ref: v2024.11.0
2526
- name: Set up Docker Buildx
2627
id: buildx
2728
uses: docker/setup-buildx-action@v3
@@ -33,7 +34,7 @@ jobs:
3334
builder: ${{ steps.buildx.outputs.name }}
3435
provenance: false
3536
push: true
36-
tags: ghcr.io/pythonitalia/pycon/arm-pretix:${{ inputs.version }}
37+
tags: ghcr.io/pythonitalia/pycon/arm-pretix:v2024.11.0
3738
cache-from: type=local,src=/tmp/.buildx-cache
3839
cache-to: type=local,dest=/tmp/.buildx-cache
3940
platforms: linux/arm64

0 commit comments

Comments
 (0)