Bump distroless/cc-debian12 from 6f05aba
to f913198
in the docker group
#370
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: CI | |
on: | |
pull_request: | |
push: | |
branches: | |
- master | |
jobs: | |
test: | |
name: Test | |
uses: pkoenig10/workflows/.github/workflows/rust.yml@master | |
docker: | |
name: Docker | |
uses: pkoenig10/workflows/.github/workflows/docker.yml@master | |
secrets: | |
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} | |
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }} |