diff --git a/.github/workflows/dev-tools.yml b/.github/workflows/dev-tools.yml index e88286cd1..da5974831 100644 --- a/.github/workflows/dev-tools.yml +++ b/.github/workflows/dev-tools.yml @@ -78,7 +78,7 @@ jobs: EOF - name: Build and push - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: . push: ${{ github.repository_owner == 'libretime' }}