Skip to content

Commit

Permalink
use setup from uds-common
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwyles committed Mar 4, 2024
1 parent c0cd2e8 commit 3086b8e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 39 deletions.
34 changes: 0 additions & 34 deletions .github/actions/setup/action.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/pull-requests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Environment setup
uses: ./.github/actions/setup
uses: defenseunicorns/uds-common/.github/actions/setup@417b9c2bc088f664c616c9929a2b3ce448d251f7

- name: Iron Bank Login
if: ${{ matrix.flavor == 'registry1' }}
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/tag-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Environment setup
uses: ./.github/actions/setup
with:
download-init-package: false
install-k3d: false
uses: defenseunicorns/uds-common/.github/actions/setup@417b9c2bc088f664c616c9929a2b3ce448d251f7

- name: Iron Bank Login
run: zarf tools registry login -u "${{secrets.IRON_BANK_ROBOT_USERNAME}}" -p "${{secrets.IRON_BANK_ROBOT_PASSWORD}}" registry1.dso.mil
Expand Down

0 comments on commit 3086b8e

Please sign in to comment.