Skip to content

chore(deps): bump docker/build-push-action from 6.5.0 to 6.10.0 #34

chore(deps): bump docker/build-push-action from 6.5.0 to 6.10.0

chore(deps): bump docker/build-push-action from 6.5.0 to 6.10.0 #34

Workflow file for this run

name: Build docker image
on: [pull_request]
jobs:
build-and-lint:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Build Docker image
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355
with:
context: .
push: false