Skip to content

Commit

Permalink
Dependabot updates
Browse files Browse the repository at this point in the history
Bump docker/login-action from 2 to 3
Bump docker/metadata-action from 4 to 5
Bump docker/setup-buildx-action from 2 to 3
Bump docker/build-push-action from 4 to 5

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and TimoSairiala committed Nov 15, 2023
1 parent 9ec225d commit 0c75108
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tii-depthai-ctrl-coverity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ jobs:
with:
submodules: recursive
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
with:
driver: docker
- name: Build and push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: Dockerfile.coverity
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tii-depthai-ctrl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:

- name: Docker meta
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY_IMAGE }}

Expand Down

0 comments on commit 0c75108

Please sign in to comment.