Release CI fixed (#3)

This commit is contained in:
Paramtamtam
2021-01-16 01:35:09 +05:00
committed by GitHub
parent 9d5ceade36
commit 6f590edfc5
2 changed files with 6 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ on:
jobs:
docker-image:
name: Build docker image
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Check out code
uses: actions/checkout@v2
@@ -30,7 +30,7 @@ jobs:
run: |
docker buildx build \
--platform ${{ steps.buildx.outputs.platforms }} \
--tag "tarampampam/3proxy:${{ steps.tag.outputs.value }} \
--tag "tarampampam/3proxy:${{ steps.tag.outputs.value }}" \
--tag "tarampampam/3proxy:latest" \
--tag "ghcr.io/tarampampam/3proxy:${{ steps.tag.outputs.value }}" \
--tag "ghcr.io/tarampampam/3proxy:latest" \