Skip to content

Commit

Permalink
[stage]
Browse files Browse the repository at this point in the history
  • Loading branch information
crschnick committed Jan 12, 2025
1 parent 388023b commit 52739fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
"XPIPE_VERSION=${{ env.XPIPE_VERSION }}"
"XPIPE_REPOSITORY=${{ env.XPIPE_REPOSITORY }}"
"XPIPE_PACKAGE=${{ env.XPIPE_PACKAGE }}"
platforms: linux/amd64,linux/arm64
platforms: ${{ contains(github.event.head_commit.message, '[release]') && 'linux/amd64,linux/arm64' || 'linux/amd64' }}
- name: Generate artifact attestation
uses: actions/attest-build-provenance@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion version-ptb
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.0-64
14.0-67

0 comments on commit 52739fe

Please sign in to comment.