Skip to content

Commit

Permalink
remove useless comments & steps
Browse files Browse the repository at this point in the history
  • Loading branch information
giom-l committed May 27, 2024
1 parent f3f57d8 commit b02611a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 32 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ permissions:
jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -59,10 +58,6 @@ jobs:
}
}
- name: debug
run: |
ls -laRh api/target
- name: Build docker image
id: docker_build
uses: docker/build-push-action@v5
Expand Down
26 changes: 1 addition & 25 deletions .github/workflows/docker_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,32 +10,8 @@ on:
generic_tag:
required: true
type: string
jobs:

# load-image:
# runs-on: ubuntu-latest
# steps:
# - name: Download docker image
# uses: actions/download-artifact@v4
# with:
# name: image
# path: /tmp

# # setup containerd to preserve provenance attestations :https://docs.docker.com/build/attestations/#creating-attestations
# - name: Setup docker with containerd
# uses: crazy-max/ghaction-setup-docker@v3
# with:
# daemon-config: |
# {
# "features": {
# "containerd-snapshotter": true
# }
# }

# - name: Load docker image into daemon
# run: |
# docker load --input /tmp/image.tar

jobs:
deploy-ghcr:
permissions:
packages: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ on:
generic_tag:
required: true
type: string
jobs:

jobs:
deploy-dockerhub:
runs-on: ubuntu-latest
steps:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/publish_ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ on:
type: string

jobs:

deploy-ghcr:
runs-on: ubuntu-latest

Expand Down

0 comments on commit b02611a

Please sign in to comment.