fix
Some checks failed
Build and push / Build (push) Failing after 1s
Build and push / Push (push) Has been skipped

This commit is contained in:
emmatveev 2024-10-11 02:36:07 +03:00
parent 072866cabc
commit 4af65a2483

View File

@ -9,6 +9,8 @@ jobs:
steps:
- name: login
run: docker login -u mathwave -p ${{ vars.DOCKERHUB_PASSWORD }}
- name: ls
run: ls
- name: build
run: docker build -t mathwave/sprint-repo:pizda-bot .
push: