Skip to content

Commit e8979fb

Browse files
committed
ci: remove useless steps in release job
1 parent 900f2ad commit e8979fb

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -42,25 +42,3 @@ jobs:
4242
with:
4343
publish: true
4444
disable-autolabeler: true
45-
46-
- uses: docker/login-action@v3
47-
with:
48-
registry: "ghcr.io"
49-
username: ${{ github.repository_owner }}
50-
password: ${{ secrets.GITHUB_TOKEN }}
51-
52-
- uses: docker/login-action@v3
53-
with:
54-
registry: "docker.io"
55-
username: ${{ secrets.DOCKERHUB_REGISTRY_USER }}
56-
password: ${{ secrets.DOCKERHUB_REGISTRY_PASSWORD }}
57-
58-
- name: Push built images to Docker.io
59-
run: |
60-
APP_IMAGE="${{ fromJson(needs.ci.outputs.built-images).app.images[0] }}"
61-
docker pull "$APP_IMAGE"
62-
APP_TAG="${{ steps.update_release_draft.outputs.tag_name }}"
63-
APP_REGISTRY_PATH="docker.io/webofmars"
64-
APP_DOCKERIO_IMAGE="${APP_REGISTRY_PATH}/http-header-authenticator:$APP_TAG"
65-
docker tag "$APP_IMAGE" "$APP_DOCKERIO_IMAGE"
66-
docker push "$APP_DOCKERIO_IMAGE"

0 commit comments

Comments
 (0)