diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index c537c8c..96f728c 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -71,7 +71,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@v5.1.0 + uses: docker/build-push-action@v5.2.0 with: context: . file: assets/Dockerfile