We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb2ac77 commit 2a239efCopy full SHA for 2a239ef
1 file changed
.github/workflows/ci.yml
@@ -81,17 +81,15 @@ jobs:
81
- name: Code checkout
82
uses: actions/checkout@v3
83
84
- - name: Login to DockerHub
85
- uses: docker/login-action@v2
86
- env:
87
- DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
88
- if: ${{ env.DOCKERHUB_USERNAME != '' }}
+ - name: Login to GitHub Container Registry
+ uses: docker/login-action@v1
89
with:
90
- username: ${{ secrets.DOCKERHUB_USERNAME }}
91
- password: ${{ secrets.DOCKERHUB_TOKEN }}
+ registry: ghcr.io
+ username: ${{ github.actor }}
+ password: ${{ secrets.GITHUB_TOKEN }}
92
93
- name: Check specs with Perfecto
94
- uses: essentialkaos/perfecto-action@v1
+ uses: essentialkaos/perfecto-action@v2
95
96
files: common/sslcli.spec
97
0 commit comments