CI: remove test step
This commit is contained in:
parent
10e665cca6
commit
794fb54144
1 changed files with 0 additions and 2 deletions
|
@ -8,8 +8,6 @@ jobs:
|
|||
name: Build and push container
|
||||
runs-on: archlinux
|
||||
steps:
|
||||
- name: Test step
|
||||
run: echo foo
|
||||
- name: Login to registry
|
||||
run: echo ${{ secrets.CONTAINER_REGISTRY_PASS }} | docker login -u ${{ vars.CONTAINER_REGISTRY_USER }} --password-stdin git.it-syndikat.org
|
||||
- name: Build and push
|
||||
|
|
Loading…
Add table
Reference in a new issue