Fix CI: Add container with docker pre-installed
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 4m47s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 4m47s
This commit is contained in:
@@ -14,6 +14,8 @@ env:
|
||||
jobs:
|
||||
build-and-push:
|
||||
runs-on: ubuntu-latest # Или метка вашего раннера, если он специфичный (например, macos или self-hosted)
|
||||
container:
|
||||
image: catthehacker/ubuntu:act-latest
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
@@ -61,4 +63,3 @@ jobs:
|
||||
platforms: linux/amd64,linux/arm64
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user