Skip to content

Commit

Permalink
remove accidental change
Browse files Browse the repository at this point in the history
Co-authored-by: Guillem <guillemmsalvador@gmail.com>
  • Loading branch information
aroberts and mechie committed Jul 30, 2023
1 parent e3ab7a8 commit a7468f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_docker_image.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e

: ${DOCKER_IMAGE:=aroberts/huginn}
: ${DOCKER_IMAGE:=huginn/huginn}
: ${DOCKER_IMAGE_TAG:=${GITHUB_SHA:-$(git rev-parse HEAD)}}
: ${DOCKERFILE:=docker/multi-process/Dockerfile}

Expand Down

0 comments on commit a7468f0

Please sign in to comment.