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 2f641a9 commit 85f1458Copy full SHA for 85f1458
.github/workflows/build-package.yml
@@ -26,11 +26,6 @@ jobs:
26
registry: harbor.nirvati.org
27
username: ${{ secrets.REGISTRY_USERNAME }}
28
password: ${{ secrets.REGISTRY_PASSWORD }}
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
34
- uses: jitterbit/get-changed-files@v1
35
id: changed-files
36
with:
0 commit comments