diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..82dd81d --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" +- package-ecosystem: "docker" + directory: "/" + schedule: + interval: "daily" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd6b701..2238c0a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: name: action-image - name: Load image into docker context - run: docker load -i action-image/action.tar + run: docker load -i action.tar - name: Get Image Name id: image_name