Skip to content

Commit c01e652

Browse files
chore(deps): Bump the gha-deps group with 3 updates (#96)
Bumps the gha-deps group with 3 updates: [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/login-action` from 4.2.0 to 4.4.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@650006c...af1e73f) Updates `docker/metadata-action` from 6.1.0 to 6.2.0 - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](docker/metadata-action@80c7e94...dc80280) Updates `docker/build-push-action` from 7.2.0 to 7.3.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@f9f3042...53b7df9) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gha-deps - dependency-name: docker/metadata-action dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gha-deps - dependency-name: docker/build-push-action dependency-version: 7.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gha-deps ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cffbe0e commit c01e652

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ jobs:
2525
aws-codeartifact-proxy-x86_64
2626
aws-codeartifact-proxy-arm64
2727
- name: Log in to Docker Hub
28-
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee
28+
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0
2929
with:
3030
username: ${{ secrets.DOCKER_USERNAME }}
3131
password: ${{ secrets.DOCKER_PASSWORD }}
3232
- name: Extract metadata (tags, labels) for Docker
3333
id: meta
34-
uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9
34+
uses: docker/metadata-action@dc802804100637a589fabce1cb79ff13a1411302
3535
with:
3636
images: sktan/aws-codeartifact-proxy
3737
tags: |
@@ -43,7 +43,7 @@ jobs:
4343
- name: Set up Docker Buildx
4444
uses: docker/setup-buildx-action@v4
4545
- name: Build and push Docker image
46-
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf
46+
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a
4747
with:
4848
context: .
4949
push: true

0 commit comments

Comments
 (0)