Skip to content

Update GitHub actions #803

Update GitHub actions

Update GitHub actions #803

Workflow file for this run

name: docker
on:
push:
workflow_dispatch:
schedule:
- cron: '0 12 * * *'
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: docker/setup-qemu-action@v3
- uses: docker/setup-buildx-action@v3
- run: wget -O run https://raw.githubusercontent.com/minidocks/images/master/run
- env:
DOCKER_LOGIN: ${{ secrets.DOCKER_LOGIN }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
DOCKER_PLATFORM: linux/amd64
run: bash ./run github:build_and_push