Skip to content

Commit

Permalink
Fix xgo Dockerfile path
Browse files Browse the repository at this point in the history
  • Loading branch information
jchv committed Jun 23, 2024
1 parent 43ffdc1 commit 49fd0e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/xgo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
${{ steps.meta.outputs.tags }}
localhost/xgo:latest
labels: ${{ steps.meta.outputs.labels }}
file: ci/xgo/Dockerfile

- name: Test Build
run: bash ci/xgo/xgo-build.sh localhost/xgo:latest
Expand All @@ -56,3 +57,4 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
file: ci/xgo/Dockerfile

0 comments on commit 49fd0e1

Please sign in to comment.