Use docker:latest container for job execution
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 3s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 3s
Run the job in a docker:latest container which has Docker pre-installed, avoiding the need to install it manually. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
25b7ee314c
commit
05b8168674
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ on:
|
|||
jobs:
|
||||
build-and-push:
|
||||
runs-on: ubuntu-latest
|
||||
container: docker:latest
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
|
|
|||
Loading…
Reference in a new issue