Skip to content

Commit

Permalink
Merge pull request #293 from strukturag/dependabot/github_actions/doc…
Browse files Browse the repository at this point in the history
…ker/build-push-action-5

build(deps): bump docker/build-push-action from 4 to 5
  • Loading branch information
fancycode authored Oct 10, 2023
2 parents 1421003 + 4d217c5 commit 5d536df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploydocker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

- name: Build and push
id: docker_build
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: ./server/
file: ./server/docker/Dockerfile
Expand Down

0 comments on commit 5d536df

Please sign in to comment.