Skip to content

build(deps): bump docker/build-push-action from 6.11.0 to 6.13.0 #45

build(deps): bump docker/build-push-action from 6.11.0 to 6.13.0

build(deps): bump docker/build-push-action from 6.11.0 to 6.13.0 #45

Workflow file for this run

on:
pull_request:
branches: [main]
name: Build
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: docker/[email protected]
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/[email protected]
id: meta
with:
images: ghcr.io/${{ github.repository }}
- uses: docker/[email protected]
with:
push: false
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
# cache-from: type=gha
# cache-to: type=gha,mode=max