aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-05-06 01:34:54 +0000
committerLibravatar GitHub <noreply@github.com>2022-05-06 01:34:54 +0000
commit8a30915d299c60887b9d401086961150a3c09c09 (patch)
treef627dbacb7f0288f626e112d79df780688c032e2 /.github/workflows
parentUpdate docker image to the latest on the DockerHub (#22) (diff)
downloadferdium-server-dependabot/github_actions/docker/build-push-action-3.tar.gz
ferdium-server-dependabot/github_actions/docker/build-push-action-3.tar.zst
ferdium-server-dependabot/github_actions/docker/build-push-action-3.zip
Bump docker/build-push-action from 2 to 3dependabot/github_actions/docker/build-push-action-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](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>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/docker.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index a06726b..4259527 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -39,7 +39,7 @@ jobs:
39 password: ${{ secrets.GITHUB_TOKEN }} 39 password: ${{ secrets.GITHUB_TOKEN }}
40 - 40 -
41 name: Build and push 41 name: Build and push
42 uses: docker/build-push-action@v2 42 uses: docker/build-push-action@v3
43 with: 43 with:
44 context: . 44 context: .
45 # Due to build time, only building the one currently needed. 45 # Due to build time, only building the one currently needed.