Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lingawakad authored Nov 13, 2024
1 parent f8d63b2 commit 946e2c0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ jobs:
- name: Get Release Tag
id: get_release_tag
run: echo "version=$(echo $GITHUB_REF | cut -d'/' -f3)" >> $GITHUB_OUTPUT
- name: Checkout upstream repository
uses: actions/checkout@v4
with:
repository: geoffwhittington/meshtastic-matrix-relay
ref: ${{ steps.get_release_tag.outputs.version }}
path: meshtastic-matrix-relay
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
Expand Down

0 comments on commit 946e2c0

Please sign in to comment.