Skip to content

Commit 08747d6

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 aa2ce05 commit 08747d6

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
@@ -35,7 +35,7 @@ jobs:
3535
password: ${{ secrets.AUTOMATIC_RELEASES_CONTAINER_PAT }}
3636

3737
- name: Build and push
38-
uses: docker/build-push-action@v4
38+
uses: docker/build-push-action@v5
3939
with:
4040
context: .
4141
file: ./Dockerfile

0 commit comments

Comments
 (0)