Skip to content
This repository was archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #30 from cjellick/main
Browse files Browse the repository at this point in the history
Fix tag ref
  • Loading branch information
cjellick authored Jul 26, 2022
2 parents 6ed5be1 + c45a2c0 commit 65f5861
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
registry: ghcr.io
username: foobar
password: ${{ secrets.GITHUB_TOKEN }}
- run: |
acorn build -t ghcr.io/acorn-io/acorn-dns:$GITHUB_REF .
acorn push ghcr.io/acorn-io/acorn-dns:$GITHUB_REF
- name: Set tag
run: echo "TAG=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Build and push acorn
run: |
acorn build -t ghcr.io/acorn-io/acorn-dns:$TAG .
acorn push ghcr.io/acorn-io/acorn-dns:$TAG

0 comments on commit 65f5861

Please sign in to comment.