There was an error while loading. Please reload this page.
1 parent da035b7 commit b296b10Copy full SHA for b296b10
1 file changed
.github/workflows/release-assets.yaml
@@ -11,7 +11,6 @@ concurrency:
11
env:
12
RELEASE_TAG: ${{ github.ref_name }}
13
14
-
15
jobs:
16
executables:
17
name: "assets/executables"
@@ -64,21 +63,6 @@ jobs:
64
63
- name: Build plugins
65
run: |
66
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
78
79
- registry: quay.io
80
- username: ${{ secrets.QUAY_USERNAME }}
81
- password: ${{ secrets.QUAY_TOKEN }}
82
83
- name: Publish azure-tpl-cli
84
0 commit comments