File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ updates:
66 interval : " weekly"
77 open-pull-requests-limit : 10
88
9+ - package-ecosystem : " docker" # See documentation for possible values
10+ directory : " /" # Location of package manifests
11+ schedule :
12+ interval : " weekly"
13+
914# Maintain dependencies for GitHub Actions
1015- package-ecosystem : " github-actions"
1116 directory : " /"
Original file line number Diff line number Diff line change @@ -27,20 +27,20 @@ jobs:
2727 uses : actions/checkout@v3
2828
2929 - name : Log in to the Container registry
30- uses : docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7
30+ uses : docker/login-action@v1
3131 with :
3232 registry : ${{ env.REGISTRY }}
3333 username : ${{ github.actor }}
3434 password : ${{ secrets.GITHUB_TOKEN }}
3535
3636 - name : Extract metadata (tags, labels) for Docker
3737 id : meta
38- uses : docker/metadata-action@e5622373a38e60fb6d795a4421e56882f2d7a681
38+ uses : docker/metadata-action@v3
3939 with :
4040 images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4141
4242 - name : Build and push Docker image
43- uses : docker/build-push-action@7f9d37fa544684fb73bfe4835ed7214c255ce02b
43+ uses : docker/build-push-action@v2
4444 with :
4545 context : .
4646 push : true
You can’t perform that action at this time.
0 commit comments