Potentially this should build.

This commit is contained in:
Greyscale 2024-06-21 13:13:21 +02:00
parent 07cc305cc7
commit 5ddc39b9e9
No known key found for this signature in database
GPG key ID: 74BAFF55434DA4B2

View file

@ -8,9 +8,6 @@ on:
workflow_call:
workflow_dispatch:
env:
PLATFORMS: ${{ var.PLATFORMS }}
jobs:
docker-build:
name: Build Swarm Load Balancer
@ -32,7 +29,7 @@ jobs:
GIT_BUILD_ID=${{ github.ref_name }}
GIT_COMMIT_MESSAGE=${{ github.event.head_commit.message }}
BUILD_DATE=${{ env.ATOM }}
platforms: ${{ github.actor != 'nektos/act' && env.PLATFORMS || 'linux/amd64' }}
platforms: ${{ github.actor != 'nektos/act' && vars.PLATFORMS || 'linux/amd64' }}
pull: true
push: ${{ github.ref == 'refs/heads/main' }}
tags: |