Skip to content

Commit

Permalink
Merge pull request #13 from csvwolf/feat/install.sh
Browse files Browse the repository at this point in the history
fix: update release.yaml
  • Loading branch information
csvwolf authored Sep 8, 2023
2 parents 0fd8aa9 + d725d1c commit a8b6754
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,9 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build and push
# uses: docker/build-push-action@v4
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
# with:
# context: .
# file: ./Dockerfile
# push: true
# tags: ${{ secrets.DOCKERHUB_USERNAME }}/hostker-ddns:{{ github.ref_name }},${{ secrets.DOCKERHUB_USERNAME }}/hostker-ddns:latest,
uses: docker/build-push-action@v4
with:
context: .
file: ./Dockerfile
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/hostker-ddns:${{ github.ref_name }},${{ secrets.DOCKERHUB_USERNAME }}/hostker-ddns:latest

0 comments on commit a8b6754

Please sign in to comment.