Use docker:latest container for job execution
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:
Kevin Sivic 2025-12-01 07:34:14 -05:00
parent 25b7ee314c
commit 05b8168674

View file

@ -8,6 +8,7 @@ on:
jobs:
build-and-push:
runs-on: ubuntu-latest
container: docker:latest
steps:
- name: Checkout repository