Update main.yml

This commit is contained in:
gadotroee 2021-04-29 12:49:56 +03:00 committed by GitHub
parent 6017ff0a55
commit ed22399824
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,8 @@
name: ci
on:
push:
branches:
- 'feature/try_github_action'
- 'feature/try_guthub_action'
jobs:
docker:
runs-on: ubuntu-latest
@ -20,10 +19,6 @@ jobs:
tags: |
type=ref,event=branch
type=sha
# - name: Set up QEMU
# uses: docker/setup-qemu-action@v1
# - name: Set up Docker Buildx
# uses: docker/setup-buildx-action@v1
- name: Login to DockerHub
uses: docker/login-action@v1
with: