Skip to content

Bump @types/node from 18.16.8 to 20.6.0 #88

Bump @types/node from 18.16.8 to 20.6.0

Bump @types/node from 18.16.8 to 20.6.0 #88

Workflow file for this run

name: Build Docker Next
on:
pull_request:
types:
- closed
jobs:
build-and-push-docker-next:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push next
uses: docker/build-push-action@v3
with:
push: true
tags: |
ghcr.io/ctfd/tourist:next