Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackebein committed Dec 20, 2022
1 parent 411c589 commit 1c9e282
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v2
with:
context: linux
file: builds/16.04/Dockerfile
context: builds/16.04
push: 'true'
platforms: linux/amd64
tags: hackebein/steamcmd:16.04,hackebein/steamcmd:xenial
Expand All @@ -43,8 +42,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v2
with:
context: linux
file: builds/18.04/Dockerfile
context: builds/18.04
push: 'true'
platforms: linux/amd64
tags: hackebein/steamcmd:18.04,hackebein/steamcmd:bionic
Expand All @@ -64,8 +62,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v2
with:
context: linux
file: builds/20.04/Dockerfile
context: builds/20.04
push: 'true'
platforms: linux/amd64
tags: hackebein/steamcmd:20.04,hackebein/steamcmd:focal
Expand All @@ -85,8 +82,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v2
with:
context: linux
file: builds/22.04/Dockerfile
context: builds/22.04
push: 'true'
platforms: linux/amd64
tags: hackebein/steamcmd:22.04,hackebein/steamcmd:jammy,hackebein/steamcmd:latest

0 comments on commit 1c9e282

Please sign in to comment.