Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2dd61e4

Browse filesBrowse files
dependabot[bot]michaelosthege
authored andcommitted
Bump docker/build-push-action from 6.15.0 to 6.16.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.15.0 to 6.16.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@471d1dc...14487ce) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 6.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bd28ee9 commit 2dd61e4
Copy full SHA for 2dd61e4

File tree

Expand file treeCollapse file tree

2 files changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+3
-3
lines changed

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

Copy file name to clipboardExpand all lines: .github/workflows/devcontainer-docker-image.yml
+1-1Lines 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@471d1dc4e07e5cdedd4c2171150001c434f0b7a4
51+
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1
5252
with:
5353
context: .
5454
file: scripts/dev.Dockerfile

‎.github/workflows/docker-image.yml

Copy file name to clipboardExpand all lines: .github/workflows/docker-image.yml
+2-2Lines 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@471d1dc4e07e5cdedd4c2171150001c434f0b7a4
39+
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1
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@471d1dc4e07e5cdedd4c2171150001c434f0b7a4
51+
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1
5252
with:
5353
context: .
5454
push: true

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.