Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ywkim312 authored Nov 9, 2023
1 parent d58647c commit 3ede53e
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 @@ -85,7 +85,7 @@ jobs:
(github.event_name == 'pull_request' || env.GITHUB_BRANCH == 'develop' || env.GITHUB_BRANCH == 'main' || env.GITHUB_BRANCH == 'release')
uses: elgohr/[email protected]
with:
dockerfile: rabbitmq/autophrase/Dockerfile
dockerfile: ./rabbitmq/autophrase/Dockerfile
context: ./rabbitmq/autophrase
name: ${{ matrix.docker_location }}
no_push: true
Expand Down

0 comments on commit 3ede53e

Please sign in to comment.