Skip to content

Commit fafe89a

Browse files
dependabot[bot]twiecki
authored andcommitted
Bump docker/build-push-action from 4.1.1 to 4.2.1
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.1.1 to 4.2.1. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@2eb1c19...0a97817) --- 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 2149d17 commit fafe89a

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
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Build and push Docker image
4444
id: docker_build
45-
uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825
45+
uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9
4646
with:
4747
context: .
4848
file: scripts/dev.Dockerfile

.github/workflows/docker-image.yml

Lines changed: 2 additions & 2 deletions
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@2eb1c1961a95fc15694676618e422e8ba1d63825
37+
uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9
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@2eb1c1961a95fc15694676618e422e8ba1d63825
49+
uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9
5050
with:
5151
context: .
5252
push: true

0 commit comments

Comments
 (0)