Skip to content

Commit

Permalink
Fix path to example app
Browse files Browse the repository at this point in the history
  • Loading branch information
fieldryand committed Nov 19, 2024
1 parent 1af2163 commit 781d715
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

env:
REGISTRY: ghcr.io
IMAGE_NAME: fieldryand/goflow-example
IMAGE_NAME: fieldryand/goflow-example-simple

jobs:
build-and-push-image:
Expand All @@ -30,8 +30,8 @@ jobs:
with:
go-version: '1.22'

- name: Build goflow-example
run: go build example/goflow-example.go
- name: Build goflow-example-simple
run: go build examples/simple/goflow-example-simple.go

- name: Log in to the Container registry
uses: docker/login-action@v3
Expand Down

0 comments on commit 781d715

Please sign in to comment.