Skip to content

Commit f0b1bc4

Browse files
dependabot[bot]mr-c
authored andcommitted
Bump docker/build-push-action from 2 to 3
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 3. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v2...v3) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fd797cd commit f0b1bc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/quay-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
username: ${{ secrets.REGISTRY_USERNAME }}
2323
password: ${{ secrets.REGISTRY_PASSWORD }}
2424
- name: Build and publish schema-salad image to Quay
25-
uses: docker/build-push-action@v2
25+
uses: docker/build-push-action@v3
2626
with:
2727
context: .
2828
file: schema_salad.Dockerfile

0 commit comments

Comments
 (0)