Skip to content

Commit a8c60f6

Browse files
Bump the docker-actions group with 2 updates (#135)
Bumps the docker-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 3.0.0 to 3.4.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3...v3.4.0) Updates `docker/build-push-action` from 5.2.0 to 6.18.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5.2.0...v6.18.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker-actions - dependency-name: docker/build-push-action dependency-version: 6.18.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: docker-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9e7d0ea commit a8c60f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/app-build-docker-image.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,21 +97,21 @@ jobs:
9797
- uses: actions/[email protected]
9898
- name: Log into Docker Hub
9999
if: ${{ inputs.docker-hub-username != '' }}
100-
uses: docker/login-action@v3.3.0
100+
uses: docker/login-action@v3.5.0
101101
with:
102102
username: ${{ inputs.docker-hub-username }}
103103
password: ${{ secrets.DOCKERHUB_TOKEN }}
104104

105105
- name: Log into ghcr registry
106-
uses: docker/login-action@v3.0.0
106+
uses: docker/login-action@v3.5.0
107107
with:
108108
registry: ghcr.io
109109
username: ${{ github.actor }} # user that kicked off the action
110110
password: ${{ secrets.GITHUB_TOKEN }} # token created when the action launched (short lived)
111111

112112
- name: Build and push Docker image
113113
id: build-and-push
114-
uses: docker/build-push-action@v5.2.0
114+
uses: docker/build-push-action@v6.18.0
115115
with:
116116
context: .
117117
push: true

0 commit comments

Comments
 (0)