Skip to content

Commit

Permalink
Adding a missed slash
Browse files Browse the repository at this point in the history
  • Loading branch information
CerealBoy committed Sep 12, 2024
1 parent 5e8d771 commit 947878e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/pipelines/hosted_agents/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ steps:
export TAG="$(date +%s)"
export IMAGE="$${REGISTRY}/base-image:$${TAG}"
docker buildx build \
--platform linux/amd64,linux/arm64
--platform linux/amd64,linux/arm64 \
--tag "$${IMAGE}" \
--push \
-f Dockerfile \
Expand Down

0 comments on commit 947878e

Please sign in to comment.