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 7e070d7 commit f7d7288Copy full SHA for f7d7288
.github/workflows/main.yml
@@ -76,12 +76,12 @@ jobs:
76
echo created=$(date -u +'%Y-%m-%dT%H:%M:%SZ') >> $GITHUB_OUTPUT
77
- name: Set up Docker Buildx
78
uses: docker/setup-buildx-action@v2
79
- - name: Login to GitHub Container Registry
80
- uses: docker/login-action@v3
+ - name: Login to Github Container Registry
+ uses: docker/login-action@v2
81
with:
82
- registry: ghcr.io
83
- username: ${{ github.actor }}
84
- password: ${{ secrets.GITHUB_TOKEN }}
+ registry: ghcr.io
+ username: ${{ github.actor }}
+ password: ${{ secrets.GITHUB_TOKEN }}
85
- name: Build and push
86
uses: docker/build-push-action@v4
87
0 commit comments