Skip to content

Commit

Permalink
Adding workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mahomedalid committed Oct 19, 2023
1 parent 0c82ec9 commit 2c0ffa5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
dir=${dir%*/}
image_name=$(echo $dir | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')
tag=${{ github.sha }}
docker buildx build -t ghcr.io/${{ github.repository }}/$$image_name:$$tag -f ./$dir -o type=registry,registry.insecure=true
docker buildx build -t ghcr.io/${{ github.repository }}/$$image_name:$$tag -f ./$dir/Dockerfile ./$dir -o type=registry,registry.insecure=true
done
done
env:
Expand Down

0 comments on commit 2c0ffa5

Please sign in to comment.