Skip to content

Commit 4186d14

Browse files
authored
Merge pull request #303 from dbt-msft/dependabot/github_actions/docker/build-push-action-3.2.0
Bump docker/build-push-action from 3.1.1 to 3.2.0
2 parents b6f64f7 + a517491 commit 4186d14

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)