We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5433f8 commit 456fbf6Copy full SHA for 456fbf6
.github/workflows/build.yml
@@ -17,13 +17,12 @@ jobs:
17
id: define_version
18
run: echo "::set-output name=ver::$(cat VERSION)"
19
20
- # -
21
- # name: Login to GitHub Container Registry
22
- # uses: docker/login-action@v3
23
- # with:
24
- # registry: ghcr.io
25
- # username: ${{ github.actor }}
26
- # password: ${{ secrets.GITHUB_TOKEN }}
+ - name: Login to GitHub Container Registry
+ uses: docker/login-action@v3
+ with:
+ registry: ghcr.io
+ username: ${{ github.actor }}
+ password: ${{ secrets.GITHUB_TOKEN }}
27
28
- name: Build and push Docker image
29
uses: docker/build-push-action@v6
0 commit comments