diff --git a/.github/workflows/dev-tools.yml b/.github/workflows/dev-tools.yml index a336cebd5..176e79060 100644 --- a/.github/workflows/dev-tools.yml +++ b/.github/workflows/dev-tools.yml @@ -74,7 +74,7 @@ jobs: EOF - name: Build and push - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v3 with: context: . push: ${{ github.repository_owner == 'libretime' }}