Skip to content

Commit 200a0fa

Browse files
addshoredependabot[bot]github-actions
authored andcommitted
Combined PR for prefix: dependabot/github_actions (#37)
* Bump docker/setup-buildx-action from 1.4.1 to 1.5.1 Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1.4.1 to 1.5.1. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v1.4.1...v1.5.1) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump docker/build-push-action from 2.5.0 to 2.7.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.5.0 to 2.7.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v2.5.0...v2.7.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump crazy-max/ghaction-docker-meta from 3.3.0 to 3.5.0 Bumps [crazy-max/ghaction-docker-meta](https://github.com/crazy-max/ghaction-docker-meta) from 3.3.0 to 3.5.0. - [Release notes](https://github.com/crazy-max/ghaction-docker-meta/releases) - [Commits](docker/metadata-action@v3.3.0...v3.5.0) --- updated-dependencies: - dependency-name: crazy-max/ghaction-docker-meta dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump hadolint/hadolint-action from 1.5.0 to 1.6.0 Bumps [hadolint/hadolint-action](https://github.com/hadolint/hadolint-action) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/hadolint/hadolint-action/releases) - [Changelog](https://github.com/hadolint/hadolint-action/blob/master/.releaserc) - [Commits](hadolint/hadolint-action@v1.5.0...v1.6.0) --- updated-dependencies: - dependency-name: hadolint/hadolint-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions <github-actions@github.com>
1 parent a113ce1 commit 200a0fa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/docker.build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ jobs:
1818
-
1919
name: Docker meta
2020
id: docker_meta
21-
uses: crazy-max/ghaction-docker-meta@v3.3.0
21+
uses: crazy-max/ghaction-docker-meta@v3.5.0
2222
with:
2323
images: ghcr.io/${{ github.repository }}
2424
-
2525
name: Set up QEMU
2626
uses: docker/setup-qemu-action@v1.2.0
2727
-
2828
name: Set up Docker Buildx
29-
uses: docker/setup-buildx-action@v1.4.1
29+
uses: docker/setup-buildx-action@v1.5.1
3030
-
3131
name: Cache Docker layers
3232
uses: actions/cache@v2.1.6
@@ -45,7 +45,7 @@ jobs:
4545
password: ${{ secrets.CR_PAT }}
4646
-
4747
name: Build and push
48-
uses: docker/build-push-action@v2.5.0
48+
uses: docker/build-push-action@v2.7.0
4949
with:
5050
context: .
5151
file: ./Dockerfile

.github/workflows/docker.lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
- name: Checkout
1414
uses: actions/checkout@v2.3.4
1515
- name: lint
16-
uses: hadolint/hadolint-action@v1.5.0
16+
uses: hadolint/hadolint-action@v1.6.0
1717
with:
1818
dockerfile: Dockerfile

0 commit comments

Comments
 (0)