Skip to content

Commit

Permalink
test: github context
Browse files Browse the repository at this point in the history
  • Loading branch information
csvwolf committed Sep 8, 2023
1 parent 833c80f commit c97bd55
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,11 @@ jobs:
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.action_ref }},${{ secrets.DOCKERHUB_USERNAME }}/hostker-ddns:latest,
tags: ${{ secrets.DOCKERHUB_USERNAME }}/hostker-ddns:{{ github.ref_name }},${{ secrets.DOCKERHUB_USERNAME }}/hostker-ddns:latest,

0 comments on commit c97bd55

Please sign in to comment.