fix: Set versions
This commit is contained in:
parent
9fd630bcc4
commit
0d307182d1
1 changed files with 3 additions and 3 deletions
|
@ -25,14 +25,14 @@ jobs:
|
|||
uses: docker/setup-qemu-action@v2
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v1
|
||||
uses: docker/setup-buildx-action@v2
|
||||
|
||||
- name: Login to Container Registry
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
registry: git.depeuter.dev
|
||||
username: ${{ forgejo.actor }}
|
||||
password: ${{ secrets.CI_TOKEN }}
|
||||
password: ${{ secrets.FORGEJO_TOKEN }}
|
||||
|
||||
- name: Get Meta
|
||||
id: meta
|
||||
|
@ -42,7 +42,7 @@ jobs:
|
|||
|
||||
- name: Build and push
|
||||
id: docker_build
|
||||
uses: docker/build-push-action@v5
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
context: .
|
||||
file: ./frontend/Dockerfile
|
||||
|
|
Reference in a new issue