Skip to content

Commit e902ebd

Browse files
authored
Merge pull request #3 from AlexDaniel-Projects/renovate/major-backend
2 parents fbc9d41 + 3a96ea6 commit e902ebd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1414
- name: Login to Docker registry
15-
uses: docker/login-action@v2
15+
uses: docker/login-action@v3
1616
with:
1717
registry: postmodern.alexdaniel.org
1818
username: 'oppejoud.ee'
1919
password: ${{ secrets.DOCKER_REGISTRY_PASSWORD }}
2020
- name: Build and push
2121
id: docker_build
22-
uses: docker/build-push-action@v4
22+
uses: docker/build-push-action@v5
2323
with:
2424
push: true
2525
tags: postmodern.alexdaniel.org/oppejoud-backend:${{ github.sha }} ${{ github.ref == 'refs/heads/main' && ', postmodern.alexdaniel.org/oppejoud-backend:latest' || '' }}

0 commit comments

Comments
 (0)