Исправлен workflow.
Some checks failed
release / release (push) Has been cancelled

This commit is contained in:
2024-10-10 21:41:16 +07:00
parent c10f701b50
commit 2d6f64f668
4 changed files with 5 additions and 5 deletions

View File

@@ -90,7 +90,7 @@ jobs:
push: true
no-cache: true
build-args: |
BASE_IMAGE_TAG=ubuntu-22.04
BASE_IMAGE_TAG=act-22.04
IMAGE_VERSION=${{ steps.meta.outputs.IMAGE_VERSION }}
IMAGE_CREATED=${{ steps.meta.outputs.IMAGE_CREATED }}
IMAGE_REVISION=${{ steps.meta.outputs.IMAGE_REVISION }}
@@ -151,7 +151,7 @@ jobs:
push: true
no-cache: true
build-args: |
BASE_IMAGE_TAG=ubuntu-20.04
BASE_IMAGE_TAG=act-22.04
IMAGE_VERSION=${{ steps.meta.outputs.IMAGE_VERSION }}
IMAGE_CREATED=${{ steps.meta.outputs.IMAGE_CREATED }}
IMAGE_REVISION=${{ steps.meta.outputs.IMAGE_REVISION }}