Skip to content

chore(deps): Bump docker/build-push-action from 6.14.0 to 6.15.0 #207

chore(deps): Bump docker/build-push-action from 6.14.0 to 6.15.0

chore(deps): Bump docker/build-push-action from 6.14.0 to 6.15.0 #207

name: Build Docker image
on:
pull_request:
permissions: {}
jobs:
build:
runs-on: ubuntu-24.04
permissions:
contents: read
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # tag=v5.6.1
with:
images: test-build
- name: Build and push Docker image
id: push
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # tag=v6.15.0
with:
context: .
push: false
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}