Skip to content

Commit

Permalink
Fix path.
Browse files Browse the repository at this point in the history
  • Loading branch information
hammingweight committed Apr 27, 2024
1 parent a951ec9 commit f7d1491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Build and push hello-server
uses: docker/build-push-action@v5
with:
context: containers/hello-server
context: containers/hello_server
platforms: linux/amd64,linux/arm64
push: true
tags: hammingweight/hello-server:1.0.2
Expand Down

0 comments on commit f7d1491

Please sign in to comment.