diff --git a/.github/workflows/kpi_scans.yml b/.github/workflows/kpi_scans.yml index 46b266558..1ae2e0136 100644 --- a/.github/workflows/kpi_scans.yml +++ b/.github/workflows/kpi_scans.yml @@ -13,7 +13,7 @@ jobs: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: push: true tags: bearersh/kpi-scan:latest diff --git a/.github/workflows/kpi_scans_staging.yml b/.github/workflows/kpi_scans_staging.yml index 0730e4e05..a41649946 100644 --- a/.github/workflows/kpi_scans_staging.yml +++ b/.github/workflows/kpi_scans_staging.yml @@ -13,7 +13,7 @@ jobs: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: push: true tags: bearersh/kpi-scan:latest