Skip to content

Commit

Permalink
Merge pull request #7 from ArweaveTeam/publih-new-image-on-release
Browse files Browse the repository at this point in the history
Publish new image on release
  • Loading branch information
luca-arweave authored Mar 30, 2021
2 parents 154845b + 9b46725 commit eee736e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gateway-image-build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
file: ./docker/gateway.dockerfile
file: ./docker/Dockerfile
push: true
tags: |
ghcr.io/demo-hub/testweave-gateway:latest
ghcr.io/demo-hub/testweave-gateway:${{ github.event.release.tag_name }}
ghcr.io/demo-hub/testweave-net:latest
ghcr.io/demo-hub/testweave-net:${{ github.event.release.tag_name }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache
- name: Image digest
Expand Down
7 changes: 2 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,9 @@ services:
networks:
- sub-etha
# The TestWeave net
testwaeve:
image: "reverseproxy:1.0.0"
testweave:
image: "ghcr.io/demo-hub/testweave-net:latest"
container_name: testweave
build:
context: .
dockerfile: ./docker/DockerFile
links:
- postgres
- arweave-node
Expand Down

0 comments on commit eee736e

Please sign in to comment.