Skip to content

Commit 2951d8a

Browse files
+
1 parent 8e3886a commit 2951d8a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ jobs:
3939

4040
- name: Extract Docker metadata
4141
id: meta
42-
uses: docker/metadata-action@v5
42+
uses: docker/metadata-action@v6
4343
with:
4444
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4545
tags: |
4646
type=ref,event=tag
4747
type=raw,value=latest,enable=${{ github.event_name == 'schedule' || (github.event_name == 'push' && !contains(github.ref, 'refs/tags/')) }}
4848
4949
- name: Build and push Docker image
50-
uses: docker/build-push-action@v6
50+
uses: docker/build-push-action@v7
5151
with:
5252
context: ./docker
5353
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)