Skip to content

Commit

Permalink
Github actions для сборки docker образа
Browse files Browse the repository at this point in the history
  • Loading branch information
updevru committed Apr 21, 2024
1 parent 73d0090 commit 7955122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/strapi-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
- name: Build and push from mater
uses: docker/build-push-action@v5
with:
context: ./strapi
context: ./strapi/
push: true
tags: updev/strapi:latest

0 comments on commit 7955122

Please sign in to comment.