Skip to content

Commit e64a69e

Browse files
Update backend
1 parent ba11342 commit e64a69e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 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/alexdaniel-backend:${{ github.sha }} ${{ github.ref == 'refs/heads/main' && ', postmodern.alexdaniel.org/alexdaniel-backend:latest' || '' }}

0 commit comments

Comments
 (0)