mirror of
https://github.com/its-a-feature/Mythic
synced 2026-06-08 14:55:38 +00:00
v0.0.2.38
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user