diff --git a/.github/workflows/ghcr.yml b/.github/workflows/ghcr.yml index 9705f90..98c4ed7 100644 --- a/.github/workflows/ghcr.yml +++ b/.github/workflows/ghcr.yml @@ -32,7 +32,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@v2.5.0 + uses: docker/build-push-action@v2.6.1 with: context: . push: true