@@ -1338,7 +1338,6 @@ jobs:
13381338 # junit_files: ./junit-reports/*.xml
13391339 # check_name: "External API Tests"
13401340
1341-
13421341 scan :
13431342 name : Security scan prod image
13441343 if : needs.config.outputs.scan-prod-image == '1'
@@ -1439,7 +1438,6 @@ jobs:
14391438 image : ghcr.io/${{ env.IMAGE_OWNER }}/${{ env.IMAGE_NAME }}:${{ env.VAR }}${{ env.IMAGE_VER }}
14401439 args : --file=${{ env.DOCKER_FILE }} --project-name=api
14411440
1442-
14431441 deploy-ecs :
14441442 name : Deploy to AWS ECS
14451443 if : needs.config.outputs.deploy-ecs == '1'
@@ -1634,7 +1632,6 @@ jobs:
16341632 echo "url = \"$APPSIGNAL_URL\"" | tee curl.txt
16351633 curl -g --config curl.txt -d @revision.json
16361634
1637-
16381635 deploy-codedeploy :
16391636 name : Deploy using CodeDeploy
16401637 if : needs.config.outputs.deploy-codedeploy == '1'
@@ -1752,7 +1749,6 @@ jobs:
17521749 echo "url = \"$APPSIGNAL_URL\"" | tee curl.txt
17531750 curl -g --config curl.txt -d @revision.json
17541751
1755-
17561752 tag :
17571753 name : Tag images as latest in GHCR
17581754 if : ${{ needs.config.outputs.tag-images == '1' && needs.config.outputs.deploy }}
@@ -1785,7 +1781,6 @@ jobs:
17851781 "docker://ghcr.io/${IMAGE_OWNER}/${IMAGE_NAME}:${VAR}${IMAGE_VER}" \
17861782 "docker://ghcr.io/${IMAGE_OWNER}/${IMAGE_NAME}:${IMAGE_TAG_GHCR}"
17871783
1788-
17891784 tag-ecr :
17901785 name : Tag images as latest in ECR
17911786 if : ${{ needs.config.outputs.tag-images == '1' && needs.config.outputs.deploy && needs.config.outputs.deploy-ecr == '1' }}
@@ -1829,7 +1824,6 @@ jobs:
18291824 # Requires higher permissions
18301825 # aws ecr describe-images --repository-name "${ECR_IMAGE_OWNER}${IMAGE_NAME}"
18311826
1832-
18331827 # Copy Elixir and OS base images to GHCR
18341828 # Avoids Docker Hub rate limits and speeds up pull performance
18351829 sync-images-matrix :
@@ -1876,7 +1870,6 @@ jobs:
18761870 - name : Sync matrix images to GHCR
18771871 run : regsync once -c deploy/regsync-ghcr-matrix.yml
18781872
1879-
18801873 # Copy 3rd-party images to GHCR
18811874 # Avoids Docker Hub rate limits and improves performance
18821875 sync-images-ghcr :
@@ -1916,7 +1909,6 @@ jobs:
19161909 - name : Sync images to GHCR
19171910 run : regsync once -c deploy/regsync-ghcr.yml
19181911
1919-
19201912 # Copy 3rd-party images to ECR
19211913 # Avoids Docker Hub rate limits and speeds up pull performance
19221914 # Required if you have 3rd-party images used at runtime
0 commit comments