mirror of
https://github.com/onedr0p/exportarr.git
synced 2026-02-06 10:57:32 +00:00
fix alpine name
This commit is contained in:
parent
55e9351591
commit
1f52899b1c
@ -4,4 +4,3 @@
|
||||
Dockerfile
|
||||
LICENSE
|
||||
README.md
|
||||
k8s/
|
||||
|
||||
13
.github/workflows/ci.yml
vendored
13
.github/workflows/ci.yml
vendored
@ -46,18 +46,7 @@ jobs:
|
||||
username: ${{ secrets.GHCR_USERNAME }}
|
||||
password: ${{ secrets.GHCR_TOKEN }}
|
||||
|
||||
- name: Build and Push (PR)
|
||||
if: github.event_name == 'pull_request'
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
platforms: linux/amd64,linux/arm/v7,linux/arm64
|
||||
push: false # GitHub secrets not available in PRs
|
||||
tags: |
|
||||
ghcr.io/${{ github.repository_owner }}/pull-request:${{github.event.number}}
|
||||
|
||||
- name: Build and Push (master branch)
|
||||
- name: Build and Push
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
|
||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
||||
username: ${{ secrets.GHCR_USERNAME }}
|
||||
password: ${{ secrets.GHCR_TOKEN }}
|
||||
|
||||
- name: Build and Push (release)
|
||||
- name: Build and Push
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
|
||||
@ -20,7 +20,7 @@ RUN \
|
||||
&& \
|
||||
chmod +x exportarr
|
||||
|
||||
FROM apline:3.13
|
||||
FROM alpine:3.13
|
||||
ENV PORT="9707"
|
||||
|
||||
RUN \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user