Skip to content

feat!: remove the 'compat' actions, making the old style syntax incom… #9

feat!: remove the 'compat' actions, making the old style syntax incom…

feat!: remove the 'compat' actions, making the old style syntax incom… #9

Workflow file for this run

name: CI
on:
push:
branches:
- 'main'
jobs:
docker:
runs-on: ubuntu-latest
steps:
- uses: docker/setup-qemu-action@v3
- uses: docker/setup-buildx-action@v3
- uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- uses: docker/build-push-action@v6
with:
platforms: linux/amd64,linux/arm64
push: true
tags: wabenet/dodfile-syntax:latest