Skip to content

Bump @babel/traverse from 7.16.10 to 7.23.2 (#17) #102

Bump @babel/traverse from 7.16.10 to 7.23.2 (#17)

Bump @babel/traverse from 7.16.10 to 7.23.2 (#17) #102

Workflow file for this run

name: release
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup 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.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and Push to Registries
uses: docker/build-push-action@v3
with:
file: ./Dockerfile.self
push: true
tags: |
ghcr.io/${{ github.repository }}:${{ github.sha }}
ghcr.io/${{ github.repository }}:latest
labels: |
org.opencontainers.image.source=${{ github.event.repository.clone_url }}
org.opencontainers.image.created=${{ steps.prep.outputs.created }}
org.opencontainers.image.revision=${{ github.sha }}