Skip to content

Commit

Permalink
whoops '/' not '\'
Browse files Browse the repository at this point in the history
  • Loading branch information
RavenEsc committed Nov 14, 2023
1 parent 9a3020e commit 58b3c4d
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
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 58b3c4d

Please sign in to comment.