Skip to content

Commit b3d417e

Browse files
authored
ci: fixing all this (#381)
1 parent 49f6d2d commit b3d417e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,14 @@ jobs:
2626
package_file: ${{ steps.build.outputs.package_file }}
2727
steps:
2828
- uses: actions/checkout@v4
29+
2930
- name: Login to GitHub Container Registry
3031
uses: docker/login-action@v3
3132
with:
3233
registry: ghcr.io
3334
username: ${{ github.actor }}
3435
password: ${{ secrets.GITHUB_TOKEN }}
36+
3537
- name: Login to registry1
3638
uses: docker/login-action@v3
3739
with:
@@ -136,6 +138,13 @@ jobs:
136138
username: ${{ github.actor }}
137139
password: ${{ secrets.GITHUB_TOKEN }}
138140

141+
- name: Login to registry1
142+
uses: docker/login-action@v3
143+
with:
144+
registry: registry1.dso.mil
145+
username: ${{ secrets.IRON_BANK_ROBOT_USERNAME }}
146+
password: ${{ secrets.IRON_BANK_ROBOT_PASSWORD }}
147+
139148
- name: Install Zarf
140149
uses: defenseunicorns/setup-zarf@main
141150
with:

renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
$schema: "https://docs.renovatebot.com/renovate-schema.json",
33
automerge: true,
44
platformAutomerge: true,
5-
pinDigests: true,
5+
// pinDigests: true,
66
// All checks must pass for automerge, default setting
77
ignoreTests: false,
88
baseBranches: ["main"],

0 commit comments

Comments
 (0)