Skip to content

Commit 07eeb3e

Browse files
Bump docker/build-push-action from 6.16.0 to 6.17.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.16.0 to 6.17.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@14487ce...1dc7386) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 6.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 618634b commit 07eeb3e

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@14487ce63c7a62a4a324b0bfb37086795e31c6c1
51+
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0
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@14487ce63c7a62a4a324b0bfb37086795e31c6c1
39+
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0
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@14487ce63c7a62a4a324b0bfb37086795e31c6c1
51+
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0
5252
with:
5353
context: .
5454
push: true

0 commit comments

Comments
 (0)