Skip to content

Commit 05db550

Browse files
committed
Fix bug in config
1 parent 4e6166c commit 05db550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
password: ${{ secrets.GITHUB_TOKEN }} # Or use a PAT stored in a secret
4545

4646
- name: Docker metadata
47-
users: docker/metadata-action@v5
47+
uses: docker/metadata-action@v5
4848
with:
4949
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
5050

0 commit comments

Comments
 (0)