Skip to content

Commit

Permalink
Merge pull request #1224 from podverse/develop
Browse files Browse the repository at this point in the history
Release v4.15.5 pt 5
  • Loading branch information
mitchdowney authored Dec 7, 2023
2 parents c773011 + 83ccd80 commit a80250f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +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
with:
Expand All @@ -35,6 +42,7 @@ jobs:
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 a80250f

Please sign in to comment.