mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-08 14:21:05 +00:00
chore(deps): bump docker/bake-action from 3.0.0 to 3.0.1 (#1123)
* chore(deps): bump docker/bake-action from 3.0.0 to 3.0.1 Bumps [docker/bake-action](https://github.com/docker/bake-action) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/docker/bake-action/releases) - [Commits](https://github.com/docker/bake-action/compare/v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: docker/bake-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * ci: upgrade pip for pre-commit lint * ci: use python from ubuntu repos * ci: install build essential * ci: remove cache action --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Revant Nandgaonkar <revant.one@gmail.com>
This commit is contained in:
parent
0b10891002
commit
266ae176b5
4
.github/workflows/build_bench.yml
vendored
4
.github/workflows/build_bench.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
||||
uses: docker/setup-buildx-action@v2
|
||||
|
||||
- name: Build and test
|
||||
uses: docker/bake-action@v3.0.0
|
||||
uses: docker/bake-action@v3.0.1
|
||||
with:
|
||||
targets: bench-test
|
||||
|
||||
@ -45,7 +45,7 @@ jobs:
|
||||
|
||||
- name: Push
|
||||
if: ${{ github.repository == 'frappe/frappe_docker' && github.event_name != 'pull_request' }}
|
||||
uses: docker/bake-action@v3.0.0
|
||||
uses: docker/bake-action@v3.0.1
|
||||
with:
|
||||
targets: bench
|
||||
push: true
|
||||
|
4
.github/workflows/docker-build-push.yml
vendored
4
.github/workflows/docker-build-push.yml
vendored
@ -43,7 +43,7 @@ jobs:
|
||||
run: python3 ./.github/scripts/get_latest_tags.py --repo ${{ inputs.repo }} --version ${{ inputs.version }}
|
||||
|
||||
- name: Build
|
||||
uses: docker/bake-action@v3.0.0
|
||||
uses: docker/bake-action@v3.0.1
|
||||
with:
|
||||
push: true
|
||||
env:
|
||||
@ -71,6 +71,6 @@ jobs:
|
||||
|
||||
- name: Push
|
||||
if: ${{ inputs.push }}
|
||||
uses: docker/bake-action@v3.0.0
|
||||
uses: docker/bake-action@v3.0.1
|
||||
with:
|
||||
push: true
|
||||
|
10
.github/workflows/lint.yml
vendored
10
.github/workflows/lint.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: "3.10"
|
||||
python-version: "3.10.6"
|
||||
|
||||
# For shfmt pre-commit hook
|
||||
- name: Setup Go
|
||||
@ -26,14 +26,6 @@ jobs:
|
||||
with:
|
||||
go-version: "^1.14"
|
||||
|
||||
- name: Cache
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: |
|
||||
~/.cache/pre-commit
|
||||
~/.cache/pip
|
||||
key: lint-${{ hashFiles('.pre-commit-config.yaml') }}
|
||||
|
||||
- name: Install pre-commit
|
||||
run: pip install -U pre-commit
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user