Skip to content

Bump docker/build-push-action from 5 to 6 (#42) #159

Bump docker/build-push-action from 5 to 6 (#42)

Bump docker/build-push-action from 5 to 6 (#42) #159

Workflow file for this run

name: Docker
on:
push:
branches: [ "*" ]
pull_request:
branches: [ master ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build
uses: docker/build-push-action@v6
with:
push: false
cache-from: type=gha
cache-to: type=gha,mode=max