Skip to content
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.

Commit

Permalink
Update image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Apipa169 authored Jul 1, 2020
1 parent 34bc82f commit 7444a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
if [[ $VERSION =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}b$ ]]; then
TAGS="$TAGS --tag ${DOCKER_IMAGE}:beta"
fi
if [[ $VERSION === dev ]]; then
if [[ $VERSION =~ ^dev$ ]]; then
DOCKER_PLATFORMS=linux/amd64
fi
echo ::set-output name=docker_image::${DOCKER_IMAGE}
Expand Down

0 comments on commit 7444a6a

Please sign in to comment.