Skip to content

Commit d3f733f

Browse files
authored
Merge pull request #127 from eu-digital-identity-wallet/dependabot/github_actions/actions-d632ab1f0f
Bump the actions group across 1 directory with 4 updates
2 parents 77e5fee + 0f6353d commit d3f733f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish-to-container-registry.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ jobs:
2626
# multi-platform images and export cache
2727
# https://github.com/docker/setup-buildx-action
2828
- name: Set up Docker Buildx
29-
uses: docker/setup-buildx-action@v3.3.0
29+
uses: docker/setup-buildx-action@v3.10.0
3030

3131
# Login against a Docker registry except on PR
3232
# https://github.com/docker/login-action
3333
- name: Log into registry ${{ env.REGISTRY }}
3434
if: github.event_name != 'pull_request'
35-
uses: docker/login-action@v3.2.0
35+
uses: docker/login-action@v3.3.0
3636
with:
3737
registry: ${{ env.REGISTRY }}
3838
username: ${{ github.actor }}
@@ -42,15 +42,15 @@ jobs:
4242
# https://github.com/docker/metadata-action
4343
- name: Extract Docker metadata
4444
id: meta
45-
uses: docker/metadata-action@v5.5.1
45+
uses: docker/metadata-action@v5.7.0
4646
with:
4747
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4848

4949
# Build and push Docker image with Buildx (don't push on PR)
5050
# https://github.com/docker/build-push-action
5151
- name: Build and push Docker image
5252
id: build-and-push
53-
uses: docker/build-push-action@v6.2.0
53+
uses: docker/build-push-action@v6.15.0
5454
with:
5555
context: .
5656
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)