Skip to content

Commit 48df758

Browse files
committed
remove useless comments & steps
1 parent f3f57d8 commit 48df758

File tree

4 files changed

+0
-31
lines changed

4 files changed

+0
-31
lines changed

.github/workflows/docker_build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,6 @@ jobs:
5959
}
6060
}
6161
62-
- name: debug
63-
run: |
64-
ls -laRh api/target
65-
6662
- name: Build docker image
6763
id: docker_build
6864
uses: docker/build-push-action@v5

.github/workflows/docker_publish.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -11,31 +11,6 @@ on:
1111
required: true
1212
type: string
1313
jobs:
14-
15-
# load-image:
16-
# runs-on: ubuntu-latest
17-
# steps:
18-
# - name: Download docker image
19-
# uses: actions/download-artifact@v4
20-
# with:
21-
# name: image
22-
# path: /tmp
23-
24-
# # setup containerd to preserve provenance attestations :https://docs.docker.com/build/attestations/#creating-attestations
25-
# - name: Setup docker with containerd
26-
# uses: crazy-max/ghaction-setup-docker@v3
27-
# with:
28-
# daemon-config: |
29-
# {
30-
# "features": {
31-
# "containerd-snapshotter": true
32-
# }
33-
# }
34-
35-
# - name: Load docker image into daemon
36-
# run: |
37-
# docker load --input /tmp/image.tar
38-
3914
deploy-ghcr:
4015
permissions:
4116
packages: write

.github/workflows/publish_dockerhub.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ on:
1111
required: true
1212
type: string
1313
jobs:
14-
1514
deploy-dockerhub:
1615
runs-on: ubuntu-latest
1716
steps:

.github/workflows/publish_ghcr.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ on:
1212
type: string
1313

1414
jobs:
15-
1615
deploy-ghcr:
1716
runs-on: ubuntu-latest
1817

0 commit comments

Comments
 (0)