Skip to content

Commit 4104bb4

Browse files
authored
Update build-package.yml
Signed-off-by: Aaron Dewes <[email protected]>
1 parent 76adab9 commit 4104bb4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build-package.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626
registry: harbor.nirvati.org
2727
username: ${{ secrets.REGISTRY_USERNAME }}
2828
password: ${{ secrets.REGISTRY_PASSWORD }}
29-
- name: Setup upterm session
30-
uses: lhotari/action-upterm@v1
31-
with:
32-
limit-access-to-actor: true
33-
limit-access-to-users: AaronDewes
29+
- name: Ensure docker works in general
30+
run: |
31+
docker pull alpine:latest
32+
docker tag alpine:latest harbor.nirvati.org/registry/alpine-test:latest
33+
docker push harbor.nirvati.org/registry/alpine-test:latest
3434
- uses: jitterbit/get-changed-files@v1
3535
id: changed-files
3636
with:

0 commit comments

Comments
 (0)