Skip to content

Commit

Permalink
Merge pull request #67 from meadej/stable
Browse files Browse the repository at this point in the history
Stability updates
  • Loading branch information
meadej authored Jul 26, 2023
2 parents e428df3 + ecbf09d commit 5312888
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/releasetag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
DOCKER_FOLDERS: "axis-ptz,egi,mqtt,notebook-server,piaware,tracker,pan-tilt-pi"
DOCKER_NAMESPACE: ${{ vars.DOCKER_NAMESPACE }}
RELEASE_NAME: ${{ github.event.release.name }}
TAG_NAME: ${{ github.event.release.tag_name }}
PROJECT_NAME: "skyscan"
run: |
IFS=","
Expand All @@ -53,8 +54,9 @@ jobs:
echo "TAGGING..."
echo $PUBLISHNAME
echo $RELEASE_NAME
echo $TAG_NAME
docker buildx build $folder \
--push \
--tag $DOCKER_NAMESPACE/$PUBLISHNAME:$RELEASE_NAME \
--tag $DOCKER_NAMESPACE/$PUBLISHNAME:$TAG_NAME \
--platform linux/arm64,linux/amd64
done

0 comments on commit 5312888

Please sign in to comment.