Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
4eUeP committed Jul 9, 2024
1 parent cd9d8a0 commit aea4905
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/publish_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Publish latest
on:
push:
branches: [master, main]
pull_request:

env:
IMAGE_NAME: "hstreamdb/hstream"
Expand Down Expand Up @@ -42,11 +43,11 @@ jobs:
# We need tags. Also see: https://github.com/actions/checkout/issues/701
fetch-depth: 0

- name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
# - name: Login to Docker Hub
# uses: docker/login-action@v2
# with:
# username: ${{ secrets.DOCKERHUB_USERNAME }}
# password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Get version info
run: |
Expand Down

0 comments on commit aea4905

Please sign in to comment.