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 9000f0a commit deadbe2Copy full SHA for deadbe2
.github/workflows/build-containers.yml
@@ -30,11 +30,6 @@ jobs:
30
- name: Set up Docker Buildx
31
uses: docker/setup-buildx-action@v3
32
33
- - name: Check out copy to subdirectory for go
34
- uses: actions/checkout@v4
35
- with:
36
- path: src/github.com/goharbor/harbor
37
-
38
- name: Build and push
39
uses: docker/build-push-action@v6
40
with:
@@ -92,11 +87,6 @@ jobs:
92
87
93
88
94
89
95
96
97
98
99
100
90
- name: Set up additional flags
101
91
if: ${{ matrix.container == 'core' }}
102
run: |
0 commit comments