mirror of https://github.com/1N3/Sn1per.git
testing
This commit is contained in:
parent
ed6af61352
commit
9b98b209e8
|
|
@ -17,6 +17,11 @@ jobs:
|
|||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v1
|
||||
|
||||
- name: Setting parameters
|
||||
shell: |-
|
||||
echo abc
|
||||
ls -al
|
||||
|
||||
- name: Build and push Docker image
|
||||
id: docker_build
|
||||
uses: docker/build-push-action@v2
|
||||
|
|
|
|||
Loading…
Reference in New Issue