Skip to content

Commit

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

build(deps): Bump docker/build-push-action from 5 to 6
  • Loading branch information
octfx authored Jun 23, 2024
2 parents 2121096 + 657467c commit 6a13a62
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@v5
uses: docker/build-push-action@v6
with:
tags: scwiki/wiki:dev
push: true
-
name: Build and push Jobrunner
id: docker_build_jobrunner
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
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@v5
uses: docker/build-push-action@v6
with:
tags: |
scwiki/wiki:latest
Expand Down

0 comments on commit 6a13a62

Please sign in to comment.