diff --git a/.gitea/workflows/container-build.yml b/.gitea/workflows/container-build.yml index 67747a0..cb17008 100644 --- a/.gitea/workflows/container-build.yml +++ b/.gitea/workflows/container-build.yml @@ -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 }} \ No newline at end of file + git.anomalous.dev/57_wolve/container:debian-steamcmd \ No newline at end of file