workflow removed

This commit is contained in:
Víctor Martínez 2021-05-15 00:30:33 +02:00
parent 376989e540
commit 630b97f278

View file

@ -1,13 +0,0 @@
name: Publish Docker
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@master
with:
name: solvethex/s3-bucket-download
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}