Update golang:1.23-bullseye Docker digest to 3753240 #377
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'Build Image' | |
on: | |
push: | |
release: | |
types: | |
- published | |
workflow_dispatch: | |
permissions: | |
contents: read | |
packages: write | |
actions: read | |
security-events: write | |
jobs: | |
build: | |
uses: SlashNephy/.github/.github/workflows/docker-build.yml@master | |
with: | |
image-name: ghcr.io/slashnephy/dump-ch2 | |
image-platforms: linux/amd64,linux/arm64 |