Skip to content

Commit

Permalink
try to fix context docker issue
Browse files Browse the repository at this point in the history
  • Loading branch information
F43nd1r committed Apr 2, 2023
1 parent 87204c6 commit 6a3818f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-docker.yml
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Build and push docker images
uses: docker/build-push-action@v4
with:
context: "{{defaultContext}}:acrarium"
context: "./acrarium"
push: true
tags: ${{ steps.tags.outputs.TAGS }}
platforms: |
Expand Down

0 comments on commit 6a3818f

Please sign in to comment.