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
docker tag "ghcr.io/nhsdigital/eps-devcontainers/${CONTAINER_NAME}:${DOCKER_TAG}-${ARCHITECTURE}" "ghcr.io/nhsdigital/eps-devcontainers/${CONTAINER_NAME}:latest-${ARCHITECTURE}"
165
142
echo "Pushing image..."
@@ -168,25 +145,8 @@ jobs:
168
145
DOCKER_TAG: ${{ inputs.docker_tag }}
169
146
CONTAINER_NAME: '${{ inputs.container_name }}'
170
147
ARCHITECTURE: '${{ matrix.arch }}'
171
-
- name: Save image for upload
172
-
if: ${{ !inputs.push_image }}
173
-
run: |
174
-
docker save "ghcr.io/nhsdigital/eps-devcontainers/${CONTAINER_NAME}:${DOCKER_TAG}-${ARCHITECTURE}" -o "eps-devcontainer-${CONTAINER_NAME}-${DOCKER_TAG}-${ARCHITECTURE}.img"
0 commit comments