Skip to content

Commit

Permalink
add path context
Browse files Browse the repository at this point in the history
  • Loading branch information
cam-schultz committed Sep 13, 2023
1 parent 0b51c43 commit b28aca7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v3
uses: actions/checkout@v4

# Needed for multi-platform builds
- name: Set up QEMU
Expand All @@ -31,6 +31,7 @@ jobs:
- name: Build and Push to Docker Hub
uses: docker/build-push-action@v4
with:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: avaplatform/awm-relayer:${{ github.event.release.tag_name }}, avaplatform/awm-relayer:latest

0 comments on commit b28aca7

Please # to comment.