Skip to content

Commit a517491

Browse files
Bump docker/build-push-action from 3.1.1 to 3.2.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.1.1 to 3.2.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v3.1.1...v3.2.0) --- 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 d576bfd commit a517491

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
password: ${{ secrets.GITHUB_TOKEN }}
3131

3232
- name: Build and push Docker image
33-
uses: docker/build-push-action@v3.1.1
33+
uses: docker/build-push-action@v3.2.0
3434
with:
3535
context: devops
3636
build-args: PYTHON_VERSION=${{ matrix.python_version }}
@@ -60,7 +60,7 @@ jobs:
6060
password: ${{ secrets.GITHUB_TOKEN }}
6161

6262
- name: Build and push Docker image
63-
uses: docker/build-push-action@v3.1.1
63+
uses: docker/build-push-action@v3.2.0
6464
with:
6565
context: devops
6666
build-args: MSSQL_VERSION=${{ matrix.mssql_version }}

0 commit comments

Comments
 (0)