Change to different container image
Some checks failed
/ deploy (push) Failing after 6s

This commit is contained in:
Sangelo 2024-01-10 16:48:42 +01:00
parent 3af58392f3
commit 294e310000

View file

@ -4,16 +4,16 @@ jobs:
deploy:
runs-on: gitpot_main
container:
image: code.forgejo.org/oci/node:20-bookworm
image: ghcr.io/peaceiris/hugo:latest-full
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Install Go
run: |
apt-get update
apt-get install -y golang-go
# - name: Install Dependencies
# run: |
# apt-get update
# apt-get install -y golang-go
- name: Setup Hugo
uses: https://github.com/peaceiris/actions-hugo@v2