Skip to content

Commit 779687f

Browse files
build(deps): bump the all group across 1 directory with 2 updates
Bumps the all group with 2 updates in the / directory: [docker/login-action](https://github.com/docker/login-action) and [docker/metadata-action](https://github.com/docker/metadata-action). Updates `docker/login-action` from 3.5.0 to 3.6.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@184bdaa...5e57cd1) Updates `docker/metadata-action` from 5.8.0 to 5.9.0 - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](docker/metadata-action@c1e5197...318604b) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: docker/metadata-action dependency-version: 5.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 07ff979 commit 779687f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/container-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,13 @@ jobs:
101101
if: steps.skip_check.outputs.DO_NOT_BUILD != 'true'
102102
- name: Log in to the Github Container registry
103103
if: steps.skip_check.outputs.DO_NOT_BUILD != 'true'
104-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
104+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
105105
with:
106106
registry: ghcr.io
107107
username: ${{ github.actor }}
108108
password: ${{ secrets.GITHUB_TOKEN }}
109109

110-
- uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0
110+
- uses: docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5.9.0
111111
if: steps.skip_check.outputs.DO_NOT_BUILD != 'true'
112112
id: meta
113113
with:
@@ -181,11 +181,11 @@ jobs:
181181
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
182182
- name: Docker meta
183183
id: meta
184-
uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0
184+
uses: docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5.9.0
185185
with:
186186
images: ghcr.io/offbyone/${{ matrix.image }}
187187
- name: Log in to the Github Container registry
188-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
188+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
189189
with:
190190
registry: ghcr.io
191191
username: ${{ github.actor }}

0 commit comments

Comments
 (0)