修改 checkout
Some checks are pending
Docker Build and Push / build-image (push) Waiting to run

This commit is contained in:
cheney 2026-04-05 16:20:36 +08:00
parent cf1fe920e2
commit a97c9265eb

View File

@ -1,16 +1,15 @@
name: Docker Build and Push name: Docker Build and Push
on: on: [push]
push:
branches:
- master
jobs: jobs:
build: build-image:
runs-on: ubuntu-latest runs-on: workbench
steps: steps:
- name: Checkout code - uses: https://gitea.com/actions/checkout@v4
uses: actions/checkout@v3
- name: Set up Docker Buildx - name: Build Docker image
uses: docker/setup-buildx-action@v2 run: docker build -t iboard:latest .
- name: List images
run: docker images