Skip to content

Commit cdf8a8a

Browse files
Bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [docker/login-action](https://github.com/docker/login-action) and [docker/build-push-action](https://github.com/docker/build-push-action). 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@v4.1.0...v4.2.0) 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@v7.1.0...v7.2.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - 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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 694fcef commit cdf8a8a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-image.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ jobs:
3636
uses: sigstore/cosign-installer@v4.1.2
3737

3838
- name: Log into registry ${{ env.REGISTRY }}
39-
uses: docker/login-action@v4.1.0
39+
uses: docker/login-action@v4.2.0
4040
with:
4141
registry: ${{ env.REGISTRY }}
4242
username: ${{ github.repository_owner }}
4343
password: ${{ secrets.GITHUB_TOKEN }}
4444

4545
- name: Build and push Timewarrior Docker image
4646
id: build-and-push
47-
uses: docker/build-push-action@v7.1.0
47+
uses: docker/build-push-action@v7.2.0
4848
with:
4949
context: .
5050
file: "./docker/timew.dockerfile"

0 commit comments

Comments
 (0)