Skip to content

Commit

Permalink
remove used stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelchin committed Jan 25, 2024
1 parent 85794d1 commit 42f9f83
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/push-docker-latest-and-test-docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Push Docker latest and test Docker Compose

#on:
# release:
# types: [published]
on:
push:
branches:
- dev
release:
types: [published]
#on:
# push:
# branches:
# - dev

jobs:
push-docker-latest:
Expand All @@ -15,7 +15,6 @@ jobs:
steps:
-
name: Push docker latest
if: false
run: |
docker buildx imagetools create -t gplates/postgis:latest gplates/postgis:amd64-${{ github.event.release.tag_name }} gplates/postgis:arm64-${{ github.event.release.tag_name }}
docker buildx imagetools create -t gplates/gws:latest gplates/gws:amd64-${{ github.event.release.tag_name }} gplates/gws:arm64-${{ github.event.release.tag_name }}
Expand Down

0 comments on commit 42f9f83

Please sign in to comment.