image will now boot #1

Merged
jtom38 merged 2 commits from features/fix-docker into main 2023-06-18 13:39:44 -07:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 209f07dea0 - Show all commits

View File

@ -26,7 +26,7 @@ type: docker
name: compile
steps:
- name: Compile project
image: goloang:latest
image: golang:latest
commands:
- go build
trigger: