Skip to content

Fix incorrect switching to https when receiving BEP34 TCP preference … #157

Fix incorrect switching to https when receiving BEP34 TCP preference …

Fix incorrect switching to https when receiving BEP34 TCP preference … #157

Workflow file for this run

name: Publish Docker image
on:
push:
branches: [ master ]
jobs:
push_to_registries:
name: Push Docker image to multiple registries
runs-on: ubuntu-latest
permissions:
packages: write
contents: read
steps:
- name: Check out the repo
uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Log in to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Log in to the Container registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Docker images
uses: docker/build-push-action@v6.9.0
with:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: |
corralpeltzer/newtrackon:latest
ghcr.io/corralpeltzer/newtrackon:latest