diff --git a/.github/workflows/defaults.yaml b/.github/workflows/defaults.yaml index 1c8ffaa..4af3eca 100644 --- a/.github/workflows/defaults.yaml +++ b/.github/workflows/defaults.yaml @@ -61,7 +61,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: ${{ steps.meta.outputs.tags }} \ No newline at end of file