We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fbc9d41 + 3a96ea6 commit e902ebdCopy full SHA for e902ebd
.github/workflows/deploy.yaml
@@ -10,16 +10,16 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Checkout
13
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
14
- name: Login to Docker registry
15
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
16
with:
17
registry: postmodern.alexdaniel.org
18
username: 'oppejoud.ee'
19
password: ${{ secrets.DOCKER_REGISTRY_PASSWORD }}
20
- name: Build and push
21
id: docker_build
22
- uses: docker/build-push-action@v4
+ uses: docker/build-push-action@v5
23
24
push: true
25
tags: postmodern.alexdaniel.org/oppejoud-backend:${{ github.sha }} ${{ github.ref == 'refs/heads/main' && ', postmodern.alexdaniel.org/oppejoud-backend:latest' || '' }}
0 commit comments