Skip to content

Bump docker/build-push-action from 5.4.0 to 6.0.0 #95

Bump docker/build-push-action from 5.4.0 to 6.0.0

Bump docker/build-push-action from 5.4.0 to 6.0.0 #95

Workflow file for this run

name: Build Docker images
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
env:
repo: "govpf/earthly"
steps:
- name: Checkout
uses: actions/[email protected]
- name: Set up Docker Buildx
uses: docker/[email protected]
- name: Build and push
uses: docker/[email protected]
with:
context: .
file: ./Dockerfile
platforms: linux/amd64
pull: true
push: false
tags: |
${{ env.repo }}:latest