Skip to content

Commit

Permalink
Echo to docker login
Browse files Browse the repository at this point in the history
  • Loading branch information
jmthomas committed May 8, 2024
1 parent 9c0c66d commit f721642
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_ubi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: login to ironbank
# This `shell` line is required to get around a known issue: https://github.com/actions/runner/issues/241#issuecomment-745902718
shell: 'script -q -e -c "bash {0}"'
run: docker login registry1.dso.mil -u jmthomas -p ${{ secrets.IRONBANK_REGISTRY_CLI }}
run: echo ${{ secrets.IRONBANK_REGISTRY_CLI }} | docker login registry1.dso.mil -u jmthomas --password-stdin
- name: openc3.sh build-ubi
# This `shell` line is required to get around a known issue: https://github.com/actions/runner/issues/241#issuecomment-745902718
shell: 'script -q -e -c "bash {0}"'
Expand Down
2 changes: 1 addition & 1 deletion openc3/data/config/telemetry_modifiers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,4 +175,4 @@ IGNORE_OVERLAP:
summary: Ignores any packet items which overlap
description: Packet items which overlap normally generate a warning unless each individual item has the OVERLAP keyword.
This ignores overlaps across the entire packet.
since: 5.15.3
since: 5.16.0

0 comments on commit f721642

Please sign in to comment.