Skip to content

Commit

Permalink
use docker build path context
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Lam committed Sep 26, 2023
1 parent 9670b8d commit 8e3c03d
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 @@ -21,7 +21,7 @@ jobs:
# Needed for multi-platform builds
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Log in to Docker Hub
uses: docker/login-action@v3
with:
Expand All @@ -31,6 +31,7 @@ jobs:
- name: Build and Push to Docker Hub
uses: docker/build-push-action@v5
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 8e3c03d

Please sign in to comment.