Skip to content

Commit fcab27f

Browse files
Bump the gh-actions group across 1 directory with 3 updates (#5)
Bumps the gh-actions group with 3 updates in the / directory: [docker/metadata-action](https://github.com/docker/metadata-action), [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) and [docker/build-push-action](https://github.com/docker/build-push-action). Updates `docker/metadata-action` from 5.5.1 to 5.6.1 - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](docker/metadata-action@8e5442c...369eb59) Updates `docker/setup-buildx-action` from 3.7.1 to 3.8.0 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@c47758b...6524bf6) Updates `docker/build-push-action` from 6.9.0 to 6.10.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@4f58ea7...48aba3b) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gh-actions - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gh-actions - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gh-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 33a37ec commit fcab27f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
shell: python
102102
- name: Get docker metadata
103103
id: metadata
104-
uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81
104+
uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96
105105
with:
106106
images: |-
107107
ghcr.io/modular/magic
@@ -116,7 +116,7 @@ jobs:
116116
type=semver,pattern={{version}},enable=${{ steps.image-variables.outputs.is-default }},value=${{ needs.version.outputs.new-version }},priority=800
117117
type=semver,pattern={{version}}-${{ steps.image-variables.outputs.tag }},value=${{ needs.version.outputs.new-version }},priority=500
118118
- name: Setup docker buildx
119-
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349
119+
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5
120120
- name: Login to GHCR
121121
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
122122
with:
@@ -125,7 +125,7 @@ jobs:
125125
password: ${{ secrets.GITHUB_TOKEN }}
126126
- name: Build Docker images
127127
id: build
128-
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75
128+
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355
129129
with:
130130
# provenance: false is needed to avoid unkown/unknown os/arch on ghcr
131131
# see: https://github.com/docker/build-push-action/issues/820

0 commit comments

Comments
 (0)