Luigi F. Cruz
4 lat temu
committed by
GitHub
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z
2 dodań i
2 usunięć
-
.github/workflows/validate.yml
|
|
@@ -1,4 +1,4 @@ |
|
|
|
on: ['pull_request'] |
|
|
|
on: ['pull_request', 'push'] |
|
|
|
|
|
|
|
name: Build & Validate Image |
|
|
|
|
|
|
@@ -39,4 +39,4 @@ jobs: |
|
|
|
- name: Delete Image |
|
|
|
id: delete_image |
|
|
|
run: | |
|
|
|
rm ${{ env.working-directory }}/deploy/${{ steps.builder.outputs.filename }} |
|
|
|
rm ${{ env.working-directory }}/deploy/${{ steps.builder.outputs.filename }} |