-
-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency docker/buildx to v0.20.1
- Loading branch information
1 parent
8ba0aba
commit 6cde715
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,7 @@ jobs: | |
uses: docker/[email protected] | ||
with: | ||
# renovate: datasource=github-releases depName=docker/buildx | ||
version: v0.20.0 | ||
version: v0.20.1 | ||
- name: Adjust bleeding edge image | ||
if: inputs.variant == 'bleeding' | ||
run: .github/bin/bleeding ${{ inputs.weblate_sha }} ${{ inputs.weblate_date }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -135,7 +135,7 @@ jobs: | |
uses: docker/[email protected] | ||
with: | ||
# renovate: datasource=github-releases depName=docker/buildx | ||
version: v0.20.0 | ||
version: v0.20.1 | ||
- name: Adjust bleeding edge image | ||
if: inputs.variant == 'bleeding' | ||
run: .github/bin/bleeding ${{needs.revisions.outputs.weblate_sha}} ${{needs.revisions.outputs.weblate_date}} | ||
|
@@ -174,7 +174,7 @@ jobs: | |
uses: docker/[email protected] | ||
with: | ||
# renovate: datasource=github-releases depName=docker/buildx | ||
version: v0.20.0 | ||
version: v0.20.1 | ||
- name: Adjust bleeding edge image | ||
if: inputs.variant == 'bleeding' | ||
run: .github/bin/bleeding ${{needs.revisions.outputs.weblate_sha}} ${{needs.revisions.outputs.weblate_date}} | ||
|
@@ -224,7 +224,7 @@ jobs: | |
uses: docker/[email protected] | ||
with: | ||
# renovate: datasource=github-releases depName=docker/buildx | ||
version: v0.20.0 | ||
version: v0.20.1 | ||
- name: Adjust bleeding edge image | ||
if: inputs.variant == 'bleeding' | ||
run: .github/bin/bleeding ${{needs.revisions.outputs.weblate_sha}} ${{needs.revisions.outputs.weblate_date}} | ||
|
@@ -272,7 +272,7 @@ jobs: | |
uses: docker/[email protected] | ||
with: | ||
# renovate: datasource=github-releases depName=docker/buildx | ||
version: v0.20.0 | ||
version: v0.20.1 | ||
- name: DockerHub login | ||
run: echo "${{ secrets.DOCKERHUB_ACCESS_TOKEN }}" | docker login --username "${{ secrets.DOCKERHUB_USERNAME }}" --password-stdin | ||
- name: Adjust bleeding edge image | ||
|
@@ -311,7 +311,7 @@ jobs: | |
uses: docker/[email protected] | ||
with: | ||
# renovate: datasource=github-releases depName=docker/buildx | ||
version: v0.20.0 | ||
version: v0.20.1 | ||
- name: Login to GitHub Container Registry | ||
if: ${{ github.event_name != 'pull_request'}} | ||
uses: docker/login-action@v3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,7 @@ jobs: | |
uses: docker/[email protected] | ||
with: | ||
# renovate: datasource=github-releases depName=docker/buildx | ||
version: v0.20.0 | ||
version: v0.20.1 | ||
- name: Adjust bleeding edge image | ||
if: inputs.variant == 'bleeding' | ||
run: .github/bin/bleeding ${{inputs.weblate_sha}} ${{inputs.weblate_date}} | ||
|