Skip to content

Commit

Permalink
fix - docker context
Browse files Browse the repository at this point in the history
  • Loading branch information
chaddyc committed Dec 14, 2024
1 parent fd93065 commit 1549de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Build and push ubuntu 22.04
uses: docker/build-push-action@v6
with:
context: .
file: Dockerfile
platforms: linux/amd64,linux/arm64
build-arg: UBUNTU_VERSION=22.04
push: true
Expand Down

0 comments on commit 1549de0

Please sign in to comment.