Skip to content

Commit

Permalink
Merge pull request #1225 from podverse/develop
Browse files Browse the repository at this point in the history
Release v4.15.5 pt 6
  • Loading branch information
mitchdowney authored Dec 7, 2023
2 parents a80250f + 4b0d2c2 commit 1a58462
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,26 +23,13 @@ jobs:
message: "Deploying podverse-web ${{ steps.package-node-version.outputs.version }} to prod..."
server: ${{ secrets.MATRIX_SERVER }}

# Start docker build-push-action steps
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Login to Docker Hub
uses: docker/login-action@v3
- name: build and push docker image
uses: docker/build-push-action@v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Build and push
uses: docker/build-push-action@v5
with:
repository: podverse/podverse_web
push: true
tags: latest,${{ steps.package-node-version.outputs.version }}
# End docker build-push-action steps

- name: Tailscale
uses: tailscale/github-action@main
Expand Down

0 comments on commit 1a58462

Please sign in to comment.