Skip to content

Commit b141a7b

Browse files
authored
Merge pull request #23 from astr0n8t/renovate/all
chore(deps): update all dependencies
2 parents ccd6a02 + 41c390f commit b141a7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: docker/setup-qemu-action@v2
5050

5151
- name: Setup Docker buildx
52-
uses: docker/setup-buildx-action@v2.6.0
52+
uses: docker/setup-buildx-action@v2.7.0
5353

5454
# Login against a Docker registry except on PR
5555
# https://github.com/docker/login-action
@@ -65,7 +65,7 @@ jobs:
6565
# https://github.com/docker/metadata-action
6666
- name: Extract Docker metadata
6767
id: meta
68-
uses: docker/metadata-action@v4.5.0
68+
uses: docker/metadata-action@v4.6.0
6969
with:
7070
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
7171
tags: |
@@ -78,7 +78,7 @@ jobs:
7878
# https://github.com/docker/build-push-action
7979
- name: Build and push Docker image
8080
id: build-and-push
81-
uses: docker/build-push-action@v4.1.0
81+
uses: docker/build-push-action@v4.1.1
8282
with:
8383
context: .
8484
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)