We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76adab9 commit 4104bb4Copy full SHA for 4104bb4
.github/workflows/build-package.yml
@@ -26,11 +26,11 @@ jobs:
26
registry: harbor.nirvati.org
27
username: ${{ secrets.REGISTRY_USERNAME }}
28
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
+ - name: Ensure docker works in general
+ run: |
+ docker pull alpine:latest
+ docker tag alpine:latest harbor.nirvati.org/registry/alpine-test:latest
+ docker push harbor.nirvati.org/registry/alpine-test:latest
34
- uses: jitterbit/get-changed-files@v1
35
id: changed-files
36
with:
0 commit comments