We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c27ffd5 commit 49d3c92Copy full SHA for 49d3c92
.github/workflows/ci.yaml
@@ -22,7 +22,7 @@ jobs:
22
uses: actions/checkout@v6
23
24
- name: Build image
25
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@v7
26
with:
27
file: Containerfile
28
tags: 'ci/renovate:${{ github.event.number }}'
.github/workflows/security_scanning.yml
@@ -25,7 +25,7 @@ jobs:
- name: Build local container
29
30
31
tags: 'ci/test:latest'
0 commit comments