We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5299373 commit 39e0981Copy full SHA for 39e0981
.github/workflows/build-base-pretix.yml
@@ -1,8 +1,9 @@
1
name: Build base pretix image
2
3
-concurrency: ${{ inputs.version }}
+concurrency: v2024.11.0
4
5
on:
6
+ pull_request:
7
workflow_dispatch:
8
inputs:
9
version:
@@ -21,7 +22,7 @@ jobs:
21
22
- uses: actions/checkout@v4
23
with:
24
repository: pretix/pretix
- ref: ${{ inputs.version }}
25
+ ref: v2024.11.0
26
- name: Set up Docker Buildx
27
id: buildx
28
uses: docker/setup-buildx-action@v3
@@ -33,7 +34,7 @@ jobs:
33
34
builder: ${{ steps.buildx.outputs.name }}
35
provenance: false
36
push: true
- tags: ghcr.io/pythonitalia/pycon/arm-pretix:${{ inputs.version }}
37
+ tags: ghcr.io/pythonitalia/pycon/arm-pretix:v2024.11.0
38
cache-from: type=local,src=/tmp/.buildx-cache
39
cache-to: type=local,dest=/tmp/.buildx-cache
40
platforms: linux/arm64
0 commit comments