summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2023-09-13 10:09:32 +0200
committerGitHub <[email protected]>2023-09-13 10:09:32 +0200
commit4fb8382b4863bf90ccd55d95abe0730a0f8615a9 (patch)
tree8d0f462a70d49d5f14fc7fc2b0266cd52d5e9dcb
parentc21efd78736bc02989f8b4ba788e8bee37dd5f10 (diff)
parent8da1f06329c50b0937e100362b1d794f26577f79 (diff)
Merge pull request #1721 from roadrunner-server/dependabot/github_actions/docker/build-push-action-5
build(deps): bump docker/build-push-action from 4 to 5
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 896764d5..35d87088 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -178,7 +178,7 @@ jobs:
echo "timestamp=$(echo $(date +%FT%T%z))" >> $GITHUB_OUTPUT
- name: Build image
- uses: docker/build-push-action@v4 # Action page: <https://github.com/docker/build-push-action>
+ uses: docker/build-push-action@v5 # Action page: <https://github.com/docker/build-push-action>
with:
context: .
file: Dockerfile