Commit 87ee25d4 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

build: Bash

parent c1714f9e
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -55,6 +55,7 @@ jobs:
        name: Build Docker image
        id: build
        run: |        
          #!/bin/bash
          
          DIRECTORY="."
          PLATFORMS="linux/amd64,linux/arm64"
@@ -77,7 +78,7 @@ jobs:
          LABELS+=("org.opencontainers.image.version=${VERSION}")
          LABELS+=("org.opencontainers.image.created=${BUILD_DATE}")
          LABELS+=("org.opencontainers.image.revision=${GITHUB_RUN_ID}")
          LABELS+=("org.opencontainers.image.url=https://hub.docker.com/r/${{ secrets.DOCKERHUB_REPO }}")
          LABELS+=("org.opencontainers.image.url=https://hub.docker.com/r/${{ github.repository }}")
          LABELS+=("org.opencontainers.image.source=https://github.com/${{ github.repository }}")
          
          docker buildx build --progress=plain \