We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee67a46 commit cc868a5Copy full SHA for cc868a5
.github/workflows/publish-docker-image.yml
@@ -13,10 +13,10 @@ jobs:
13
- name: Checkout code
14
uses: actions/checkout@v4
15
- name: Login to GitHub Container Registry
16
- uses: docker/login-action@v1
+ uses: docker/login-action@v3
17
with:
18
registry: ${{ env.REGISTRY }}
19
- username: ${{ secrets.GITHUB_USERNAME }}
+ username: ${{ github.actor }}
20
password: ${{ secrets.GITHUB_TOKEN }}
21
- name: Extract metadata
22
id: meta
0 commit comments