Skip to content

Update actions/upload-artifact action to v4 #431

Update actions/upload-artifact action to v4

Update actions/upload-artifact action to v4 #431

Workflow file for this run

name: Docker build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Build image
run: docker build .