Skip to content

Commit

Permalink
Fixes bug with image building
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasdotcom committed Jun 14, 2022
1 parent 1cb84ad commit 5d55fa3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 33 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
DOCKER_IMAGE: lukasdotcom/bundesliga
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
DOCKER_TARGET_PLATFORM: linux/arm64,linux/arm/v7,linux/amd64
DOCKER_TARGET_PLATFORM: linux/arm64,linux/amd64
steps:
- name: Checkout the code
uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
DOCKER_IMAGE: lukasdotcom/bundesliga
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
DOCKER_TARGET_PLATFORM: linux/arm64,linux/arm/v7,linux/amd64
DOCKER_TARGET_PLATFORM: linux/arm64,linux/amd64
steps:
- name: Checkout the code
uses: actions/checkout@v1
Expand Down
31 changes: 0 additions & 31 deletions .github/workflows/build.yml

This file was deleted.

0 comments on commit 5d55fa3

Please sign in to comment.