Skip to content

Commit

Permalink
fix line wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
thetoolsmith committed Dec 27, 2024
1 parent 1988724 commit a79c65d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
docker build -t ghcr.io/cfpb/regtech/sbl/regtech-mail-api:latest -f Dockerfile .
docker tag ghcr.io/cfpb/regtech/sbl/regtech-mail-api:latest ghcr.io/cfpb/regtech/sbl/regtech-mail-api:${{ steps.version.outputs.TAG_VERSION }}
docker tag ghcr.io/cfpb/regtech/sbl/regtech-mail-api:latest ghcr.io/cfpb/regtech/sbl/regtech-mail-api:${{ steps.version.ou tputs.TAG_VERSION }}_${{github.run_attempt}}
docker tag ghcr.io/cfpb/regtech/sbl/regtech-mail-api:latest ghcr.io/cfpb/regtech/sbl/regtech-mail-api:${{ steps.version.outputs.TAG_VERSION }}_${{github.run_attempt}}
- name: 'Login to GitHub Container Registry'
id: login
Expand Down

0 comments on commit a79c65d

Please sign in to comment.