diff options
author | Valery Piashchynski <[email protected]> | 2024-06-18 12:36:08 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-06-18 12:36:08 +0200 |
commit | 5dd00ffa762871d1fed896668af90d3f68ba5358 (patch) | |
tree | 4ed09ae7d9127c59b829dac07feadd233f4feef6 | |
parent | c3b85ac4096633cd6d524c105ecd41e692ace93b (diff) | |
parent | 6fe86978812c29bb984a0d5b47c5a5782c2e59aa (diff) |
Merge pull request #1945 from roadrunner-server/dependabot/github_actions/docker/build-push-action-6
chore(deps): bump docker/build-push-action from 5 to 6
-rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 55d1149f..21f2fe7b 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@v5 # Action page: <https://github.com/docker/build-push-action> + uses: docker/build-push-action@v6 # Action page: <https://github.com/docker/build-push-action> with: context: . file: Dockerfile |