Skip to content

Bump @babel/traverse from 7.22.4 to 7.23.3 #226

Bump @babel/traverse from 7.22.4 to 7.23.3

Bump @babel/traverse from 7.22.4 to 7.23.3 #226

Workflow file for this run

name: Docker-Build-CI
on:
pull_request:
branches:
- main
types: [closed]
jobs:
docker:
if: ${{ github.event.pull_request.merged }}
runs-on: ubuntu-latest
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Login to DockerHub
uses: docker/login-action@v2
with:
username: ${{ secrets.USERNAME }}
password: ${{ secrets.TOKEN }}
registry: ghcr.io
- name: Build and push
uses: docker/build-push-action@v3
with:
push: true
tags: ghcr.io/team-ladefuchs/parkfuchs:${{ github.ref_name }}