Skip to content

Commit

Permalink
test relative to base folder
Browse files Browse the repository at this point in the history
  • Loading branch information
RavenEsc committed Nov 14, 2023
1 parent e711978 commit 9a3020e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
IMAGE: oooooooo
TAG: latest
run: |
docker buildx build -t $ECR_REGISTRY/$IMAGE:$TAG ../code/discordlambda/ -f Dockerfile
docker buildx build -t $ECR_REGISTRY/$IMAGE:$TAG code\discordlambda
docker push $ECR_REGISTRY/$IMAGE:$TAG
# -
# name: Login to Docker Hub
Expand Down

0 comments on commit 9a3020e

Please sign in to comment.