Skip to content

Commit

Permalink
chore: update image versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
ztdevelops committed Mar 28, 2024
1 parent 371db1c commit 311428c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub-image-pusher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
run: |
DOCKERFILE_PATH=${{ matrix.dockerfile }}
IMAGE_NAME=$DOCKER_USERNAME/$(basename $(dirname $DOCKERFILE_PATH))
docker buildx build --platform linux/amd64,linux/arm64 -t $IMAGE_NAME -f $DOCKERFILE_PATH $(dirname $DOCKERFILE_PATH) --push
docker buildx build --platform linux/amd64,linux/arm64 -t $IMAGE_NAME:1.0 -f $DOCKERFILE_PATH $(dirname $DOCKERFILE_PATH) --push

0 comments on commit 311428c

Please sign in to comment.