Skip to content

Commit 1b2f58d

Browse files
Bump docker/build-push-action from 3.2.0 to 3.3.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v3.2.0...v3.3.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7670275 commit 1b2f58d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-3.1dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
password: ${{ secrets.GITHUB_TOKEN }}
4949

5050
- name: Build and push
51-
uses: docker/build-push-action@v3.2.0
51+
uses: docker/build-push-action@v3.3.0
5252
with:
5353
push: ${{ github.event_name != 'pull_request' }}
5454
context: .

0 commit comments

Comments
 (0)