Skip to content

Bump actions/checkout from 3 to 4 #373

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #373

Workflow file for this run

on: push
name: Docker build and push
permissions:
contents: read
jobs:
build:
name: Docker build and push
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@master
- name: Build and push Docker images
uses: docker/build-push-action@v4
with:
builder: ${{ steps.buildx.outputs.name }}
platforms: linux/amd64,linux/arm64
tags: ${{ github.repository }}:latest
push: false