Skip to content

Commit

Permalink
ci: specify buildx version (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi authored Dec 31, 2023
1 parent a394896 commit 3debe6e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:

env:
IMAGE_NAME: om
# バージョン指定
# renovate: datasource=github-releases depName=docker/buildx
BUILDX_VERSION: v0.12.0

jobs:
docker-publish:
Expand All @@ -30,6 +33,8 @@ jobs:

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0
with:
version: ${{ env.BUILDX_VERSION }}

- name: Log in to the Container registry
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
Expand Down
3 changes: 2 additions & 1 deletion .renovaterc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
":pathSemanticCommitType(**/Dockerfile, build)",
":prHourlyLimitNone",
":rebaseStalePrs",
":semanticCommits"
":semanticCommits",
"regexManagers:githubActionsVersions"
],
"dependencyDashboardAutoclose": true,
"prConcurrentLimit": 3,
Expand Down

0 comments on commit 3debe6e

Please sign in to comment.