Skip to content

Commit 5221762

Browse files
Update backend
1 parent f399854 commit 5221762

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v5
1414
- name: Login to Docker registry
1515
uses: docker/login-action@v3
1616
with:
@@ -19,7 +19,7 @@ jobs:
1919
password: ${{ secrets.DOCKER_REGISTRY_PASSWORD }}
2020
- name: Build and push
2121
id: docker_build
22-
uses: docker/build-push-action@v5
22+
uses: docker/build-push-action@v6
2323
with:
2424
push: true
2525
tags: postmodern.alexdaniel.org/ttuwiki-backend:${{ github.sha }} ${{ github.ref == 'refs/heads/main' && ', postmodern.alexdaniel.org/ttuwiki-backend:latest' || '' }}
@@ -46,7 +46,7 @@ jobs:
4646
working-directory: ./ttuwikifiles
4747
steps:
4848
- name: Checkout
49-
uses: actions/checkout@v4
49+
uses: actions/checkout@v5
5050
- name: Login to Docker registry
5151
uses: docker/login-action@v3
5252
with:
@@ -55,7 +55,7 @@ jobs:
5555
password: ${{ secrets.DOCKER_REGISTRY_PASSWORD }}
5656
- name: Build and push
5757
id: docker_build
58-
uses: docker/build-push-action@v5
58+
uses: docker/build-push-action@v6
5959
with:
6060
context: ./ttuwikifiles
6161
push: true

0 commit comments

Comments
 (0)