From c1104449a1ebe4307364936fbe68b7a26471bf97 Mon Sep 17 00:00:00 2001 From: its-a-feature Date: Fri, 19 Jan 2024 15:36:03 -0600 Subject: [PATCH] v0.0.2.53 --- .github/workflows/docker.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 06ff1a98a..79247f19a 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -499,6 +499,11 @@ jobs: run: | sed -i "s|^FROM ghcr\.io.*$|FROM ${REGISTRY}/${MYTHIC_CLI_IMAGE_NAME}:${VERSION}|" Dockerfile + - name: Fix the cli Makefile reference to reference the new release tag + working-directory: Mythic_CLI + run: | + sed -i "s|^BUILDER_IMAGE=ghcr\.io.*$|BUILDER_IMAGE=${REGISTRY}/${MYTHIC_CLI_IMAGE_NAME}:${VERSION}|" Makefile + - name: Fix the mythic_docker_latest reference to reference the new release tag working-directory: Mythic_CLI/src/cmd/config run: | @@ -540,7 +545,7 @@ jobs: uses: EndBug/add-and-commit@v9 # ref: https://github.com/marketplace/actions/add-commit with: # Only add the Dockerfile changes. Nothing else should have been modified - add: "['mythic-docker/Dockerfile', 'Mythic_CLI/Dockerfile', 'Mythic_CLI/src/cmd/config/constants.go', 'postgres-docker/Dockerfile', 'rabbitmq-docker/Dockerfile', 'documentation-docker/Dockerfile', 'jupyter-docker/Dockerfile', 'hasura-docker/Dockerfile', 'nginx-docker/Dockerfile', 'mythic-react-docker/Dockerfile']" + add: "['mythic-docker/Dockerfile', 'Mythic_CLI/Dockerfile', 'Mythic_CLI/Makefile', 'Mythic_CLI/src/cmd/config/constants.go', 'postgres-docker/Dockerfile', 'rabbitmq-docker/Dockerfile', 'documentation-docker/Dockerfile', 'jupyter-docker/Dockerfile', 'hasura-docker/Dockerfile', 'nginx-docker/Dockerfile', 'mythic-react-docker/Dockerfile']" # Use the Github actions bot for the commit author default_author: github_actions committer_email: github-actions[bot]@users.noreply.github.com