Skip to content

Commit

Permalink
Merge pull request #17 from StarCitizenWiki/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/develop/docker/build-push-action-5

build(deps): Bump docker/build-push-action from 4 to 5
  • Loading branch information
octfx authored Sep 23, 2023
2 parents 047ded1 + 6096672 commit 6030f13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ jobs:
-
name: Build and push Wiki
id: docker_build_wiki
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
tags: scwiki/wiki:dev
push: true
-
name: Build and push Jobrunner
id: docker_build_jobrunner
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: "{{defaultContext}}:jobrunner"
tags: scwiki/jobrunner:dev
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
-
name: Build and push
id: docker_build
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
tags: |
scwiki/wiki:latest
Expand Down

0 comments on commit 6030f13

Please sign in to comment.