Skip to content

Commit

Permalink
Remove stray code.
Browse files Browse the repository at this point in the history
  • Loading branch information
timcosgrove committed Mar 5, 2024
1 parent 4948991 commit 36c1e5c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/mirror-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
let download = await github.rest.actions.downloadArtifact({
owner: context.repo.owner,
repo: context.repo.repo,
artifact_id: matchArtifact.id,`
artifact_id: matchArtifact.id,
archive_format: 'zip',
});
let fs = require('fs');
Expand All @@ -78,10 +78,6 @@ jobs:
id: login-ecr
uses: aws-actions/amazon-ecr-login@v2

- name: Debug
run: |
echo "${{ env.IMAGE_TAG }}"
- name: Build, tag, and push image to Amazon ECR
if: ${{ env.IMAGE_TAG != '' }}
env:
Expand Down

0 comments on commit 36c1e5c

Please sign in to comment.