This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
|
||||
name: Build and publish container images
|
||||
|
||||
on: [ workflow_dispatch ]
|
||||
on:
|
||||
- workflow_dispatch
|
||||
|
||||
jobs:
|
||||
build-and-publish:
|
||||
@@ -39,6 +40,7 @@ jobs:
|
||||
platforms: |
|
||||
linux/amd64
|
||||
linux/arm64
|
||||
build_args: |
|
||||
build-args: |
|
||||
PYTHON_VERSION=3
|
||||
ALPINE_VERSION=3.18
|
||||
ROTATE_BACKUPS_VERSION=8.1
|
||||
|
@@ -32,6 +32,6 @@ jobs:
|
||||
platforms: |
|
||||
linux/amd64
|
||||
linux/arm64
|
||||
build_args: |
|
||||
build-args: |
|
||||
PYTHON_VERSION=3
|
||||
ALPINE_VERSION=3.18
|
||||
|
Reference in New Issue
Block a user