mirror of
https://github.com/hadolint/hadolint-action.git
synced 2026-07-19 05:39:58 +00:00
chore: add dependabot config
This commit is contained in:
@@ -0,0 +1,10 @@
|
|||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: "github-actions"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
|
- package-ecosystem: "docker"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
@@ -47,7 +47,7 @@ jobs:
|
|||||||
name: action-image
|
name: action-image
|
||||||
|
|
||||||
- name: Load image into docker context
|
- name: Load image into docker context
|
||||||
run: docker load -i action-image/action.tar
|
run: docker load -i action.tar
|
||||||
|
|
||||||
- name: Get Image Name
|
- name: Get Image Name
|
||||||
id: image_name
|
id: image_name
|
||||||
|
|||||||
Reference in New Issue
Block a user