Skip to content

Commit a0529bf

Browse files
authored
Merge pull request #7 from snorwin/update-workflow
Update test.yml
2 parents b3b009d + 2f77019 commit a0529bf

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Docker Buildx
1414
uses: docker/setup-buildx-action@v1
1515
- name: Login to ghcr.io
16-
uses: docker/login-action@v1
16+
uses: docker/login-action@v2
1717
with:
1818
registry: ghcr.io
1919
username: ${{ github.repository_owner }}
@@ -33,4 +33,4 @@ jobs:
3333
platforms: linux/amd64
3434
build-args: |
3535
VERSION=main
36-
HASH=${{ github.sha }}
36+
HASH=${{ github.sha }}

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Docker Buildx
1818
uses: docker/setup-buildx-action@v1
1919
- name: Login to ghcr.io
20-
uses: docker/login-action@v1
20+
uses: docker/login-action@v3
2121
with:
2222
registry: ghcr.io
2323
username: ${{ github.repository_owner }}

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Docker Buildx
1616
uses: docker/setup-buildx-action@v1
1717
- name: Login to ghcr.io
18-
uses: docker/login-action@v1
18+
uses: docker/login-action@v2
1919
with:
2020
registry: ghcr.io
2121
username: ${{ github.repository_owner }}
@@ -97,4 +97,4 @@ jobs:
9797
sleep 90
9898
if [ $(kubectl logs http-client-02 | grep "HTTP/1.0 200" | wc -l) -le 0 ]; then
9999
exit 1
100-
fi
100+
fi

0 commit comments

Comments
 (0)