aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-05-06 01:34:54 +0000
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-05-07 10:42:45 -0500
commit225941605b7af2e3b0dcecaea7a9268d4e7d6bd8 (patch)
treeaa761b28514fc68ca37536171d2928cf22dcad9f /.github
parentBump docker/setup-buildx-action from 1 to 2 (diff)
downloadferdium-server-225941605b7af2e3b0dcecaea7a9268d4e7d6bd8.tar.gz
ferdium-server-225941605b7af2e3b0dcecaea7a9268d4e7d6bd8.tar.zst
ferdium-server-225941605b7af2e3b0dcecaea7a9268d4e7d6bd8.zip
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](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')
-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 a0f81ee..09e1673 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.