Skip to content

fix for double logs

fix for double logs #6

Workflow file for this run

name: Build Staging Branch
on:
push:
branches:
- staging
paths:
- games/**
jobs:
push:
name: "aioegg:staging"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: docker/setup-buildx-action@v3
with:
buildkitd-flags: --debug
- uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/build-push-action@v6
with:
context: ./games/carbon
file: ./games/carbon/Dockerfile
platforms: linux/amd64
push: true
tags: |
ghcr.io/sturdystubs/aioegg:staging