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 5b14f9f commit 8380a72Copy full SHA for 8380a72
.github/workflows/build-docker-images.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Checkout the repository
13
uses: actions/checkout@v3
14
- name: Login to GitHub Container Registry
15
- uses: docker/login-action@v4
+ uses: docker/login-action@v3
16
with:
17
registry: ghcr.io
18
username: ${{ github.actor }}
0 commit comments