Commit c8b6203 1 parent 24de702 commit c8b6203 Copy full SHA for c8b6203
File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -26,16 +26,16 @@ jobs:
26
26
uses : docker/metadata-action@v5
27
27
with :
28
28
images : |
29
- lablabs/aws-service-quotas-exporter
29
+ # lablabs/aws-service-quotas-exporter
30
30
ghcr.io/lablabs/aws-service-quotas-exporter
31
31
# generate Docker tags based on the following events/attributes
32
32
tags : type=raw,value=latest
33
33
34
- - name : Login to DockerHub
35
- uses : docker/login-action@v3
36
- with :
37
- username : ${{ secrets.DOCKERHUB_USERNAME }}
38
- password : ${{ secrets.DOCKERHUB_TOKEN }}
34
+ # - name: Login to DockerHub
35
+ # uses: docker/login-action@v3
36
+ # with:
37
+ # username: ${{ secrets.DOCKERHUB_USERNAME }}
38
+ # password: ${{ secrets.DOCKERHUB_TOKEN }}
39
39
40
40
- name : Login to Github Packages
41
41
uses : docker/login-action@v3
You can’t perform that action at this time.
0 commit comments