Skip to content

Commit 31940bb

Browse files
Update docker/build-push-action action to v5
| datasource | package | from | to | | ----------- | ------------------------ | ---- | -- | | github-tags | docker/build-push-action | v4 | v5 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2603351 commit 31940bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-push-containers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
latest=false
4343
4444
- name: Build image. Push for release
45-
uses: docker/build-push-action@v4
45+
uses: docker/build-push-action@v5
4646
with:
4747
context: .
4848
file: ./Dockerfile

0 commit comments

Comments
 (0)