Skip to content

Commit

Permalink
adjust image build path
Browse files Browse the repository at this point in the history
  • Loading branch information
bsantanna committed Dec 29, 2024
1 parent ab606f6 commit 61eeb33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: bsantanna/base:x86_64
run: docker build base/arch/x86_64 --file base/arch/x86_64/Dockerfile --tag bsantanna/base:x86_64
run: docker build images/base/arch/x86_64 --file images/base/arch/x86_64/Dockerfile --tag bsantanna/base:x86_64

0 comments on commit 61eeb33

Please sign in to comment.