mirror of
https://github.com/D4M13N-D3V/comissions-app-core-api.git
synced 2025-03-14 10:04:55 +00:00
Update build-image.yml
This commit is contained in:
parent
eaa76894c1
commit
1bcec1f166
7
.github/workflows/build-image.yml
vendored
7
.github/workflows/build-image.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user