Skip to content

Commit 2e8db5b

Browse files
committed
Merge branch 'master' of https://github.com/kenvix/aTrustLogin
2 parents c31e591 + 1a5405c commit 2e8db5b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
password: ${{ secrets.DOCKERHUB_PASSWORD }}
5555

5656
- name: Set Up Cache
57-
uses: actions/cache@v2
57+
uses: actions/cache@v4
5858
id: buildx-cache
5959
with:
6060
path: /tmp/.buildx-cache
@@ -118,4 +118,4 @@ jobs:
118118
git config --global user.email "ci@kenvix.com"
119119

120120
git commit -m "Upload docker image"
121-
git push
121+
git push

0 commit comments

Comments
 (0)