mirror of
https://github.com/maciejpedzich/maciejpedzi.ch.git
synced 2024-11-27 15:45:47 +01:00
Use catthehacker's Ubuntu image to run deploy job
This commit is contained in:
parent
3645899adf
commit
24d8c963a2
@ -1,13 +1,10 @@
|
||||
name: Build and deploy
|
||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
Explore-Gitea-Actions:
|
||||
runs-on: ubuntu-latest
|
||||
Build-And-Deploy:
|
||||
runs-on: ubuntu-latest:docker://catthehacker/ubuntu:act-latest
|
||||
steps:
|
||||
- name: Install Docker
|
||||
run: curl -fsSL https://get.docker.com | sh
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
- name: Build Docker image
|
||||
|
Loading…
Reference in New Issue
Block a user