diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 648b7f2..9540384 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,7 +27,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and push id: docker_build - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v5 with: push: true tags: jhonn/debug:latest