Skip to content

Commit

Permalink
Fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
vmilosevic committed Oct 16, 2024
1 parent 861cf58 commit 732450c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/build-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ description: Build and Publish Docker Image
runs:
using: 'composite'
steps:

- name: Fix permissions
shell: bash
run: sudo chown ubuntu:ubuntu -R $(pwd)

- name: Checkout repository
Expand Down

0 comments on commit 732450c

Please sign in to comment.