Skip to content

chore(deps): bump golang from 1.26.4-alpine to 1.26.6-alpine #172

chore(deps): bump golang from 1.26.4-alpine to 1.26.6-alpine

chore(deps): bump golang from 1.26.4-alpine to 1.26.6-alpine #172

Workflow file for this run

name: conductor docker build
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
permissions:
contents: read
concurrency:
group: docker-image-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v7
- name: Build the Docker image
run: docker build . --file Dockerfile --tag conductor:$(date +%s)