Skip to content

Commit 8096eb1

Browse files
committed
Update GH Actions
1 parent 1ee6073 commit 8096eb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/alpha.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,14 +90,14 @@ jobs:
9090
- uses: actions/checkout@v4
9191

9292
- name: Login to registry
93-
uses: docker/login-action@v2
93+
uses: docker/login-action@v3
9494
with:
9595
registry: ${{ secrets.DOCKER_REGISTRY }}
9696
username: ${{ secrets.DOCKER_LOGIN }}
9797
password: ${{ secrets.DOCKER_PASSWD }}
9898

9999
- name: Build and push Docker image
100-
uses: docker/build-push-action@v4
100+
uses: docker/build-push-action@v5
101101
with:
102102
context: .
103103
push: true

0 commit comments

Comments
 (0)