build: Bash

This commit is contained in:
Kroese 2023-11-29 09:03:53 +01:00 committed by GitHub
parent 873e59cdb7
commit 96a136e3db

View file

@ -55,6 +55,7 @@ jobs:
name: Build Docker image
id: build
run: |
#!/bin/bash
DIRECTORY="."
PLATFORMS="linux/amd64,linux/arm64"
@ -89,7 +90,7 @@ jobs:
$(printf '%s' "${LABELS[@]/#/ --annotation }" ) \
$(printf '%s' "${TAGS[@]/#/ --tag }" ) "${DIRECTORY}"
rm -f ${HOME}/.docker/config.json
rm -f ${HOME}/.docker/config.json
-
name: Create a release
uses: action-pack/github-release@v2