Skip to content

Commit

Permalink
feat: commit 02 of lesson 05 of the "Integração Contínua: Pipeline Do…
Browse files Browse the repository at this point in the history
…cker no Github Actions" course
  • Loading branch information
AdautoDCJunior committed Jan 23, 2024
1 parent 1f1792b commit e8e572d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ jobs:
- name: Build
run: go build -v ./main.go

- uses: actions/upload-artifact@v4
with:
name: programa
path: main

docker:
needs: build
uses: ./.github/workflows/docker.yml
Expand Down

0 comments on commit e8e572d

Please sign in to comment.