Skip to content

Update version to v361.0.0.46.88 #5

Update version to v361.0.0.46.88

Update version to v361.0.0.46.88 #5

Workflow file for this run

name: Build and Push Docker Image
on:
push:
branches:
- main
jobs:
build-and-push:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Log in to GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Docker image
run: |
docker build -t ghcr.io/eltion/instagram-ssl-pinning-bypass:latest .
docker push ghcr.io/eltion/instagram-ssl-pinning-bypass:latest