Skip to content

Commit 3516808

Browse files
Update docker-publish.yml
1 parent 67bcaed commit 3516808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4545
- name: Build and push Docker image
4646
id: build-and-push
47-
uses: docker/login-action@v3
47+
uses: docker/build-push-action@v5
4848
with:
4949
context: .
5050
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)