ci: bump action versions
Some checks failed
Build docker image / build-image (push) Failing after 43s
Some checks failed
Build docker image / build-image (push) Failing after 43s
This commit is contained in:
parent
0ab0d34cd3
commit
8762db1a39
|
@ -8,13 +8,13 @@ jobs:
|
||||||
image: catthehacker/ubuntu:act-latest
|
image: catthehacker/ubuntu:act-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Login to Forgejo docker registry
|
- name: Login to Forgejo docker registry
|
||||||
uses: docker/login-action@v3.0.0
|
uses: docker/login-action@v3.3.0
|
||||||
with:
|
with:
|
||||||
registry: git.pub.solar
|
registry: git.pub.solar
|
||||||
username: hakkonaut
|
username: hakkonaut
|
||||||
password: ${{ secrets.GIT_AUTH_TOKEN }}
|
password: ${{ secrets.GIT_AUTH_TOKEN }}
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v5.1.0
|
uses: docker/build-push-action@v6.9.0
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
tags: git.pub.solar/pub-solar/actions-base-image:20-bookworm
|
tags: git.pub.solar/pub-solar/actions-base-image:20-bookworm
|
||||||
|
|
Loading…
Reference in a new issue