Skip to content

Commit 2524265

Browse files
build(deps): bump the github-actions-deps group with 4 updates
Bumps the github-actions-deps group with 4 updates: [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action), [docker/login-action](https://github.com/docker/login-action), [docker/metadata-action](https://github.com/docker/metadata-action) and [docker/build-push-action](https://github.com/docker/build-push-action). Updates `docker/setup-buildx-action` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@4d04d5d...d7f5e7f) Updates `docker/login-action` from 4.1.0 to 4.2.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@4907a6d...650006c) Updates `docker/metadata-action` from 4f5b5234679dfa19837d4942067c97d7df43b7b3 to 80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](docker/metadata-action@4f5b523...80c7e94) Updates `docker/build-push-action` from 7.1.0 to 7.2.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@bcafcac...f9f3042) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-deps - dependency-name: docker/login-action dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-deps - dependency-name: docker/metadata-action dependency-version: 80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 dependency-type: direct:production dependency-group: github-actions-deps - dependency-name: docker/build-push-action dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6409fb7 commit 2524265

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# multi-platform images and export cache
3939
# https://github.com/docker/setup-buildx-action
4040
- name: Set up Docker Buildx
41-
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
41+
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
4242
with:
4343
version: latest
4444
platforms: linux/amd64,linux/arm64
@@ -49,15 +49,15 @@ jobs:
4949
# https://github.com/docker/login-action
5050
- name: Log into registry - GHCR
5151
if: github.event_name != 'pull_request'
52-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
52+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
5353
with:
5454
registry: ghcr.io
5555
username: ${{ github.actor }}
5656
password: ${{ secrets.GITHUB_TOKEN }}
5757
# Comment out once ready to set up
5858
#- name: Login into registry - ATCR
5959
# if: github.event_name != 'pull_request'
60-
# uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
60+
# uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
6161
# with:
6262
# registry: atcr.io
6363
# username: recaptime.dev
@@ -67,7 +67,7 @@ jobs:
6767
# https://github.com/docker/metadata-action
6868
- name: Extract Docker metadata
6969
id: meta
70-
uses: docker/metadata-action@4f5b5234679dfa19837d4942067c97d7df43b7b3
70+
uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9
7171
with:
7272
images: |
7373
ghcr.io/${{ env.IMAGE_NAME }}
@@ -89,7 +89,7 @@ jobs:
8989
# https://github.com/docker/build-push-action
9090
- name: Build and push Docker image
9191
id: build-and-push
92-
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
92+
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
9393
with:
9494
context: .
9595
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)