We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fbffffa + 8db7de0 commit e19d2b1Copy full SHA for e19d2b1
1 file changed
.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: 'alexdaniel'
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/alexdaniel-backend:${{ github.sha }} ${{ github.ref == 'refs/heads/main' && ', postmodern.alexdaniel.org/alexdaniel-backend:latest' || '' }}
0 commit comments