More minor tweaks to github workflows
This commit is contained in:
parent
3b881f5340
commit
603c6ab8e4
|
@ -57,18 +57,7 @@ jobs:
|
|||
with:
|
||||
context: .
|
||||
platforms: linux/arm64
|
||||
# push: true
|
||||
load: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
||||
- name: Push Docker image
|
||||
uses: docker/build-push-action@v5
|
||||
env:
|
||||
#Hack for gitea/github weirdness.
|
||||
ACTIONS_RUNTIME_TOKEN: ''
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 9b2b3723a7856dc7df272d748325d678d56010ff
|
||||
Subproject commit 5603a23850a73063f58aef99d11c3d346d38a07f
|
Loading…
Reference in New Issue