summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-05-15 13:20:12 +0200
committerGitHub <noreply@github.com>2022-05-15 13:20:12 +0200
commit09eb2e62d0c356117191f494549c2a2af1e9395f (patch)
tree6182c4720ca90adf8f55ed03799e8e3756fabb02
parent09c6168f022245380d910cd35495b657ab34fbd1 (diff)
ci: Bump docker/build-push-action from 2 to 3 (#83)
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](https://github.com/docker/build-push-action/compare/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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/publish.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 4e386603..3ff68b50 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -25,7 +25,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Push to Docker Hub
- uses: docker/build-push-action@v2
+ uses: docker/build-push-action@v3
with:
push: true
file: opendc-web/opendc-web-runner/Dockerfile
@@ -51,7 +51,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Push to Docker Hub
- uses: docker/build-push-action@v2
+ uses: docker/build-push-action@v3
with:
push: true
file: opendc-web/opendc-web-api/Dockerfile
@@ -77,7 +77,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Push to Docker Hub
- uses: docker/build-push-action@v2
+ uses: docker/build-push-action@v3
with:
push: true
context: opendc-web/opendc-web-ui