chore(deps): update ghcr.io/coder/coder docker tag to v2.10.0
All checks were successful
Hetzner Cloud template / hetzner-cloud-template (push) Successful in 26s
All checks were successful
Hetzner Cloud template / hetzner-cloud-template (push) Successful in 26s
This commit is contained in:
parent
d4a344007c
commit
3d80c9bc71
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ steps:
|
|||
- terraform validate
|
||||
|
||||
- name: Push
|
||||
image: ghcr.io/coder/coder:v2.9.1
|
||||
image: ghcr.io/coder/coder:v2.10.0
|
||||
network_mode: host
|
||||
commands:
|
||||
- |
|
||||
|
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
terraform init
|
||||
terraform validate
|
||||
- name: Deploy Hetzner Cloud template
|
||||
uses: docker://ghcr.io/coder/coder:v2.9.1-arm64
|
||||
uses: docker://ghcr.io/coder/coder:v2.10.0-arm64
|
||||
with:
|
||||
entrypoint: /opt/coder
|
||||
args: |
|
||||
|
|
Loading…
Reference in a new issue