mirror of
https://github.com/hakanensari/frankfurter.git
synced 2024-11-21 18:42:29 +01:00
Tag Docker images
This commit is contained in:
parent
401f5a534e
commit
bd6d19bcfb
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -38,12 +38,13 @@ jobs:
|
||||
DATABASE_URL: postgres://postgres@postgres/postgres
|
||||
|
||||
- name: Publish image
|
||||
if: github.event_name == 'push' && github.ref == 'refs/heads/master' && success()
|
||||
uses: elgohr/Publish-Docker-Github-Action@a72734e
|
||||
if: github.event_name == 'push' && success()
|
||||
with:
|
||||
name: hakanensari/frankfurter
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
tag_names: true
|
||||
|
||||
- name: Report to Code Climate
|
||||
continue-on-error: true
|
||||
|
Loading…
Reference in New Issue
Block a user