Update build-image.yml

This commit is contained in:
Damien Ostler 2024-06-15 03:45:29 -04:00
parent eaa76894c1
commit 1bcec1f166

View File

@ -250,12 +250,13 @@ jobs:
rm ./* -r || true rm ./* -r || true
rm ./.??* -r || true rm ./.??* -r || true
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: login into registry - name: login into registry
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login https://ghcr.io -u $ --password-stdin run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login https://ghcr.io -u $ --password-stdin
- name: Test
run: ls ./ -la
- name: Build image - name: Build image
env: env:
dockerfile: ./src/comissions.app.api/Dockerfile dockerfile: ./src/comissions.app.api/Dockerfile