Skip to content

Commit b296b10

Browse files
committed
cleanup
Signed-off-by: Markus Blaschke <mblaschke82@gmail.com>
1 parent da035b7 commit b296b10

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

.github/workflows/release-assets.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ concurrency:
1111
env:
1212
RELEASE_TAG: ${{ github.ref_name }}
1313

14-
1514
jobs:
1615
executables:
1716
name: "assets/executables"
@@ -64,21 +63,6 @@ jobs:
6463
- name: Build plugins
6564
run: |
6665
make plugins
67-
env:
68-
GITHUB_TAG: ${{ github.ref }}
69-
70-
- name: Login to DockerHub
71-
uses: docker/login-action@v3
72-
with:
73-
username: ${{ secrets.DOCKERHUB_USERNAME }}
74-
password: ${{ secrets.DOCKERHUB_TOKEN }}
75-
76-
- name: Login to Quay
77-
uses: docker/login-action@v3
78-
with:
79-
registry: quay.io
80-
username: ${{ secrets.QUAY_USERNAME }}
81-
password: ${{ secrets.QUAY_TOKEN }}
8266
8367
- name: Publish azure-tpl-cli
8468
run: |

0 commit comments

Comments
 (0)