Skip to content

Merge branch 'master' of https://github.com/dotabod/backend #304

Merge branch 'master' of https://github.com/dotabod/backend

Merge branch 'master' of https://github.com/dotabod/backend #304

Workflow file for this run

name: Docker Image CI
on:
push:
branches: ["master"]
jobs:
build:
runs-on: ubuntu-latest
environment: prod
permissions:
packages: write
steps:
- uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to ghcr
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GHA_PAT }}
- name: Build and push
uses: docker/bake-action@v5
with:
push: true
provenance: false
set: |
*.platform=linux/arm64,linux/amd64/v3