Change versioning scheme (#9)
All checks were successful
Node npm / Build and push image (push) Successful in 45s
PHP 8.2 / Build and push image (push) Successful in 57s
Node ssh / Build and push image (push) Successful in 1m54s
PHP deployer / Build and push image (push) Successful in 44s
Rust node / Build and push image (push) Successful in 1m31s
All checks were successful
Node npm / Build and push image (push) Successful in 45s
PHP 8.2 / Build and push image (push) Successful in 57s
Node ssh / Build and push image (push) Successful in 1m54s
PHP deployer / Build and push image (push) Successful in 44s
Rust node / Build and push image (push) Successful in 1m31s
Reviewed-on: #9 Co-authored-by: Milkman337 <jan@kjan.de> Co-committed-by: Milkman337 <jan@kjan.de>
This commit is contained in:
parent
7fb7e4c993
commit
e216c14497
@ -52,7 +52,7 @@ jobs:
|
||||
push: ${{ github.ref == 'refs/heads/main' }}
|
||||
tags: |
|
||||
git.kjan.de/actions/node-npm:latest
|
||||
git.kjan.de/actions/node-npm:${{ gitea.run_number }}
|
||||
git.kjan.de/actions/node-npm:${{ gitea.sha }}
|
||||
|
||||
- # Temp fix
|
||||
# https://github.com/docker/build-push-action/issues/252
|
||||
|
@ -52,7 +52,7 @@ jobs:
|
||||
push: ${{ github.ref == 'refs/heads/main' }}
|
||||
tags: |
|
||||
git.kjan.de/actions/node-ssh:latest
|
||||
git.kjan.de/actions/node-ssh:${{ gitea.run_number }}
|
||||
git.kjan.de/actions/node-ssh:${{ gitea.sha }}
|
||||
|
||||
- # Temp fix
|
||||
# https://github.com/docker/build-push-action/issues/252
|
||||
|
@ -52,7 +52,7 @@ jobs:
|
||||
push: ${{ github.ref == 'refs/heads/main' }}
|
||||
tags: |
|
||||
git.kjan.de/actions/php-8.2:latest
|
||||
git.kjan.de/actions/php-8.2:${{ gitea.run_number }}
|
||||
git.kjan.de/actions/php-8.2:${{ gitea.sha }}
|
||||
|
||||
- # Temp fix
|
||||
# https://github.com/docker/build-push-action/issues/252
|
||||
|
@ -52,7 +52,7 @@ jobs:
|
||||
push: ${{ github.ref == 'refs/heads/main' }}
|
||||
tags: |
|
||||
git.kjan.de/actions/php-deployer:latest
|
||||
git.kjan.de/actions/php-deployer:${{ gitea.run_number }}
|
||||
git.kjan.de/actions/php-deployer:${{ gitea.sha }}
|
||||
|
||||
- # Temp fix
|
||||
# https://github.com/docker/build-push-action/issues/252
|
||||
|
@ -52,7 +52,7 @@ jobs:
|
||||
push: ${{ github.ref == 'refs/heads/main' }}
|
||||
tags: |
|
||||
git.kjan.de/actions/rust-node:latest
|
||||
git.kjan.de/actions/rust-node:${{ gitea.run_number }}
|
||||
git.kjan.de/actions/rust-node:${{ gitea.sha }}
|
||||
|
||||
- # Temp fix
|
||||
# https://github.com/docker/build-push-action/issues/252
|
||||
|
Loading…
Reference in New Issue
Block a user