Skip to content

Update to a newer version of bombsquad (#5) #1

Update to a newer version of bombsquad (#5)

Update to a newer version of bombsquad (#5) #1

Workflow file for this run

---
name: CI
on:
push:
branches:
- master
jobs:
build:
name: build
runs-on: ubuntu-22.04
permissions:
packages: write
steps:
- uses: actions/checkout@v3
- uses: docker/setup-buildx-action@v2
- uses: docker/setup-qemu-action@v2
- uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/build-push-action@v4
with:
context: .
push: true
tags: |
ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:latest