diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e762bc9..8fedc9f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: - name: Build and push Docker image id: push - uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4 + uses: docker/build-push-action@v6 with: context: otel-image push: true @@ -79,7 +79,7 @@ jobs: - name: Build and push Docker image id: push - uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4 + uses: docker/build-push-action@v6 with: push: true tags: ${{ steps.meta.outputs.tags }}