mirror of
https://codeberg.org/JasterV/s3_bucket_download.git
synced 2026-04-26 18:10:09 +00:00
13 lines
361 B
YAML
13 lines
361 B
YAML
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 }}
|