Skip to content

Commit b7d9e1d

Browse files
dependabot[bot]twiecki
authored andcommitted
Bump docker/build-push-action from 6.7.0 to 6.8.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.7.0 to 6.8.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@5cd11c3...32945a3) --- 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 b9fbfed commit b7d9e1d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Build and push Docker image
4848
id: docker_build
49-
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85
49+
uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960
5050
with:
5151
context: .
5252
file: scripts/dev.Dockerfile

.github/workflows/docker-image.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
type=semver,pattern={{major}}.{{minor}}
3535
3636
- name: Build and load image
37-
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85
37+
uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960
3838
with:
3939
context: .
4040
file: scripts/Dockerfile
@@ -46,7 +46,7 @@ jobs:
4646
docker run --rm ${{ env.CONTAINER_NAME }} conda run -n pymc-dev python -c 'import pymc;print(pymc.__version__)'
4747
4848
- name: Build and push
49-
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85
49+
uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960
5050
with:
5151
context: .
5252
push: true

0 commit comments

Comments
 (0)