From f7d1491d675e8015043c9f53a19c1741a30eb2be Mon Sep 17 00:00:00 2001 From: Carl Meijer Date: Sat, 27 Apr 2024 10:16:49 +0200 Subject: [PATCH] Fix path. --- .github/workflows/build-containers.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-containers.yaml b/.github/workflows/build-containers.yaml index fd799ed..2b1f1a9 100644 --- a/.github/workflows/build-containers.yaml +++ b/.github/workflows/build-containers.yaml @@ -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