Skip to content

Commit

Permalink
Docker worklfow to push to eventyay org
Browse files Browse the repository at this point in the history
Signed-off-by: Marco A. Gutierrez <[email protected]>
  • Loading branch information
marcoag committed Feb 19, 2024
1 parent 109608e commit 61fe213
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Docker
on:
workflow_dispatch:
push:
branches: [ dev, stable ]
branches: [ development, main ]
tags: [ "*" ]

jobs:
Expand All @@ -22,7 +23,7 @@ jobs:
id: meta
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
with:
images: venueless/venueless
images: eventyay/eventyay-video

- name: Build and push Docker image
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
Expand Down

0 comments on commit 61fe213

Please sign in to comment.