Update golang:1.22-bullseye Docker digest to e4707e7 #330
Workflow file for this run
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 |