Skip to content

Commit 07fc908

Browse files
dependabot[bot]twiecki
authored andcommitted
Bump docker/build-push-action from 6.14.0 to 6.15.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.14.0 to 6.15.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@0adf995...471d1dc) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 64e6ac6 commit 07fc908

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/devcontainer-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
- name: Build and push Docker image
5050
id: docker_build
51-
uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497
51+
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4
5252
with:
5353
context: .
5454
file: scripts/dev.Dockerfile

.github/workflows/docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
type=semver,pattern={{major}}.{{minor}}
3737
3838
- name: Build and load image
39-
uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497
39+
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4
4040
with:
4141
context: .
4242
file: scripts/Dockerfile
@@ -48,7 +48,7 @@ jobs:
4848
docker run --rm ${{ env.CONTAINER_NAME }} conda run -n pymc-dev python -c 'import pymc;print(pymc.__version__)'
4949
5050
- name: Build and push
51-
uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497
51+
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4
5252
with:
5353
context: .
5454
push: true

0 commit comments

Comments
 (0)