summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2023-02-01 12:02:54 +0100
committerGitHub <[email protected]>2023-02-01 12:02:54 +0100
commitd42b1be88a860f5e51ed98d60bc34f604474adec (patch)
tree5d03487fe3aa2e7d4274b14501d4b8f0b901e22d
parentf8fb555f8ee18d61868c8fa1f794191276372337 (diff)
parent1cd82a275fddace6cb323979fa4bb33d4b5aee0a (diff)
Merge pull request #1433 from roadrunner-server/dependabot/github_actions/docker/build-push-action-4
build(deps): bump docker/build-push-action from 3 to 4
-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 b9328ae9..67bc5f14 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@v3 # Action page: <https://github.com/docker/build-push-action>
+ uses: docker/build-push-action@v4 # Action page: <https://github.com/docker/build-push-action>
with:
context: .
file: Dockerfile