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 name: ci
on: on:
push: push:
branches: branches:
- 'feature/try_github_action' - 'feature/try_guthub_action'
jobs: jobs:
docker: docker:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@ -20,10 +19,6 @@ jobs:
tags: | tags: |
type=ref,event=branch type=ref,event=branch
type=sha 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 - name: Login to DockerHub
uses: docker/login-action@v1 uses: docker/login-action@v1
with: with: