Skip to content

Commit

Permalink
Merge pull request #20 from LabsMaya/xenowits/docker-issues
Browse files Browse the repository at this point in the history
debug docker issues
  • Loading branch information
xenowits authored Feb 25, 2024
2 parents 38ebd8e + 8db4027 commit 56af3f1
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions .github/workflows/build-push-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
#on:
# push:
# branches:
# - *
# tags:
# - 'v*'

on:
push:
branches:
- main*
tags:
- 'v*'
branches: [main]
pull_request:
branches: [main]
merge_group:

name: Build and Publish Docker Image
jobs:
Expand All @@ -21,8 +28,7 @@ jobs:
uses: docker/metadata-action@v4
with:
images: |
mayalabs/maya
ghcr.io/mayalabs/maya
labsmaya/maya
tags: |
# Tag "git short sha" on all git events
type=sha,prefix=
Expand All @@ -47,7 +53,7 @@ jobs:
# password: ${{ secrets.GITHUB_TOKEN }}

- name: Login to Dockerhub container registry
uses: docker/login-action@v3
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit 56af3f1

Please sign in to comment.