mirror of
https://codeberg.org/JasterV/s3_bucket_download.git
synced 2026-04-26 18:10:09 +00:00
workflow removed
This commit is contained in:
parent
376989e540
commit
630b97f278
1 changed files with 0 additions and 13 deletions
13
.github/workflows/main.yml
vendored
13
.github/workflows/main.yml
vendored
|
|
@ -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 }}
|
||||
Loading…
Reference in a new issue