You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/build_multi_arch_image.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,6 @@ jobs:
65
65
run: |
66
66
echo "Building image..."
67
67
make build-image
68
-
docker tag "ghcr.io/nhsdigital/eps-devcontainers/${CONTAINER_NAME}:latest" "ghcr.io/nhsdigital/eps-devcontainers/${CONTAINER_NAME}:${DOCKER_TAG}-${ARCHITECTURE}"
69
68
70
69
echo "Creating combined trivy ignore file"
71
70
# create combined trivy ignore file for use in trivy scan, combining common and specific ignore files if they exist
0 commit comments