Skip to content

Commit

Permalink
fix: improper syntax for .env (#523)
Browse files Browse the repository at this point in the history
* fix: improper syntax for .env

sigh

* remove platforms env var

honestly it's useless now that the other action doesn't have it
  • Loading branch information
NiceAesth authored Sep 25, 2023
1 parent ba90880 commit 3a62938
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ on:
paths-ignore: ["**.md", "ext/**"]
workflow_dispatch:

env:
PLATFORMS: linux/amd64

jobs:
build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -52,7 +49,7 @@ jobs:
if: ${{ github.ref == 'refs/heads/master' }}
with:
context: .
platforms: $PLATFORMS
platforms: linux/amd64
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/bancho.py:latest
cache-from: type=gha
Expand Down

0 comments on commit 3a62938

Please sign in to comment.