Skip to content

Commit 652c300

Browse files
dependabot[bot]minchinweb
authored andcommitted
[GitHub] bump GitHub Actions
Fixes #67, Fixes #70, Fixes #72, Fixes #73 Bump docker/build-push-action from 6.10.0 to 6.18.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.10.0 to 6.18.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.10.0...v6.18.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 6.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> (cherry picked from commit cc889bb) Bump docker/metadata-action from 5.6.1 to 5.8.0 Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.6.1 to 5.8.0. - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](docker/metadata-action@v5.6.1...v5.8.0) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-version: 5.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> (cherry picked from commit 75fdfe7) Bump docker/login-action from 3.3.0 to 3.5.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 3.3.0 to 3.5.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3.3.0...v3.5.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> (cherry picked from commit effd1d9) Bump actions/checkout from 4.2.2 to 5.0.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.2...v5.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> (cherry picked from commit 99e5726) Bump docker/login-action from 3.3.0 to 3.6.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 3.3.0 to 3.6.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3.3.0...v3.6.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> (cherry picked from commit 1263dd1)
1 parent b96cb1a commit 652c300

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy-image.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: Checkout repository
29-
uses: actions/checkout@v4.2.2
29+
uses: actions/checkout@v5.0.0
3030

3131
- name: Set Environmental Variables
3232
run: |
@@ -57,22 +57,22 @@ jobs:
5757
uses: docker/setup-buildx-action@v3
5858

5959
- name: Log in to the (GitHub) Container registry
60-
uses: docker/login-action@v3.3.0
60+
uses: docker/login-action@v3.6.0
6161
with:
6262
registry: ${{ env.REGISTRY }}
6363
username: ${{ github.actor }}
6464
password: ${{ secrets.GITHUB_TOKEN }}
6565

6666
- name: Extract metadata (tags, labels) for Docker
6767
id: meta
68-
uses: docker/metadata-action@v5.6.1
68+
uses: docker/metadata-action@v5.8.0
6969
with:
7070
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
7171
tags: |
7272
type=sha
7373
7474
- name: Build and push Docker image
75-
uses: docker/build-push-action@v6.10.0
75+
uses: docker/build-push-action@v6.18.0
7676
with:
7777
context: .
7878
build-args: |

0 commit comments

Comments
 (0)