v0.0.2.38

This commit is contained in:
its-a-feature
2024-01-18 19:56:55 -06:00
parent 1e9fabc823
commit 2f52bb066f
+1 -1
View File
@@ -428,7 +428,7 @@ jobs:
- name: Fix the mythic_docker_latest reference to reference the new release tag
working-directory: Mythic_CLI/src/cmd/config
run: |
sed -i "s|.*mythicEnv.Set(\\"mythic_docker_latest\\", .*$|mythicEnv\.Set(\\"mythic_docker_latest\\", \\"${REGISTRY}/${MYTHIC_SERVER_IMAGE_NAME}:${VERSION}\\")|" env.go
sed -i "s|.*mythicEnv\.Set(\\"mythic_docker_latest\\", .*$| mythicEnv\.Set(\\"mythic_docker_latest\\", \\"${REGISTRY}/${MYTHIC_SERVER_IMAGE_NAME}:${VERSION}\\")|" env.go
- name: Build and push the cli container image
uses: docker/build-push-action@v5 # ref: https://github.com/marketplace/actions/build-and-push-docker-images