Update rust:1.73.0-buster Docker digest to bc85420 #71
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: Docker | |
on: | |
workflow_dispatch: {} | |
schedule: | |
- cron: "0 16 * * 1" | |
push: | |
branches: | |
- main | |
paths: | |
- Dockerfile | |
- entrypoint.sh | |
pull_request: | |
paths: | |
- Dockerfile | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
docker: | |
name: docker build | |
uses: Docker-Collection/reusable-workflows/.github/workflows/docker-build.yml@main | |
with: | |
docker_name: "ghcr.io/docker-collection/phira-mp" | |
docker_label_author: "Efina" | |
docker_label_title: "Docker for Phira Multiplayer" | |
docker_label_description: "Multiplayer Phira server container" |