We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7d7bea2 + 2041fca commit 2b74b50Copy full SHA for 2b74b50
.github/workflows/master.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Show available platforms
30
run: echo ${{ steps.buildx.outputs.platforms }}
31
- name: Login to GitHub Container Registry
32
- uses: docker/login-action@v1
+ uses: docker/login-action@v2
33
with:
34
registry: ghcr.io
35
username: traptitech
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
36
37
38
0 commit comments