Update .gitea/workflows/container-build.yml
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
name: build containers
|
||||
name: "Build Container: Debian SteamCMD"
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 0 1 * *'
|
||||
@@ -6,17 +6,17 @@ on:
|
||||
branches:
|
||||
- release
|
||||
paths:
|
||||
- operating-systems/**
|
||||
- operating-systems/debian-steamcmd/**
|
||||
jobs:
|
||||
push:
|
||||
name: Build Container Image container:${{ matrix.operating-systems }}
|
||||
name: "Build Container Image: container:debian-steamcmd"
|
||||
runs-on: ubuntu-latest
|
||||
container: ghcr.io/catthehacker/ubuntu:act-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
operating-systems:
|
||||
- debian
|
||||
- debian-steamcmd
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
@@ -34,9 +34,9 @@ jobs:
|
||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||
- uses: docker/build-push-action@v3
|
||||
with:
|
||||
context: ./operating-systems/${{ matrix.operating-systems }}
|
||||
file: ./operating-systems/${{ matrix.operating-systems }}/Dockerfile
|
||||
context: ./operating-systems/debian-steamcmd
|
||||
file: ./operating-systems/debian-steamcmd/Dockerfile
|
||||
platforms: linux/amd64
|
||||
push: true
|
||||
tags: |
|
||||
git.anomalous.dev/57_wolve/container:${{ matrix.operating-systems }}
|
||||
git.anomalous.dev/57_wolve/container:debian-steamcmd
|
||||
Reference in New Issue
Block a user