From a1ca9d4100e1c628abd32d3c549bf097dc94d54b Mon Sep 17 00:00:00 2001 From: Aditya Prima Date: Sat, 23 Mar 2024 17:49:44 +0700 Subject: [PATCH] Added several alpine version --- .gitea/workflows/305.yaml | 38 ++++++++++++++++++++++++++++++++++++++ .gitea/workflows/309.yaml | 38 ++++++++++++++++++++++++++++++++++++++ .gitea/workflows/310.yaml | 38 ++++++++++++++++++++++++++++++++++++++ .gitea/workflows/311.yaml | 38 ++++++++++++++++++++++++++++++++++++++ .gitea/workflows/312.yaml | 38 ++++++++++++++++++++++++++++++++++++++ .gitea/workflows/313.yaml | 38 ++++++++++++++++++++++++++++++++++++++ .gitea/workflows/314.yaml | 38 ++++++++++++++++++++++++++++++++++++++ .gitea/workflows/315.yaml | 38 ++++++++++++++++++++++++++++++++++++++ .gitea/workflows/316.yaml | 38 ++++++++++++++++++++++++++++++++++++++ .gitea/workflows/317.yaml | 38 ++++++++++++++++++++++++++++++++++++++ .gitea/workflows/318.yaml | 38 ++++++++++++++++++++++++++++++++++++++ 11 files changed, 418 insertions(+) create mode 100644 .gitea/workflows/305.yaml create mode 100644 .gitea/workflows/309.yaml create mode 100644 .gitea/workflows/310.yaml create mode 100644 .gitea/workflows/311.yaml create mode 100644 .gitea/workflows/312.yaml create mode 100644 .gitea/workflows/313.yaml create mode 100644 .gitea/workflows/314.yaml create mode 100644 .gitea/workflows/315.yaml create mode 100644 .gitea/workflows/316.yaml create mode 100644 .gitea/workflows/317.yaml create mode 100644 .gitea/workflows/318.yaml diff --git a/.gitea/workflows/305.yaml b/.gitea/workflows/305.yaml new file mode 100644 index 0000000..61e017f --- /dev/null +++ b/.gitea/workflows/305.yaml @@ -0,0 +1,38 @@ +name: Build and Push Alpine Image +on: + push: + branches: + - master + +jobs: + build: + name: Build and push image + runs-on: ubuntu-latest + container: + image: ghcr.io/catthehacker/ubuntu:act-latest + steps: + - name: Check out repository code + uses: actions/checkout@v3 + - name: Login to Docker Winter Access Registry + uses: docker/login-action@v3 + with: + registry: git.winteraccess.id + username: aditya.prima + password: ${{ secrets.PATOKEN }} + - name: Login to Docker Hub Registry + uses: docker/login-action@v3 + with: + registry: docker.io + username: aprimediet + password: ${{ secrets.DOCKER_TOKEN }} + - name: Build and push + uses: docker/build-push-action@v5 + with: + context: . + file: Dockerfile + build-args: | + ALPINE_VERSION=3.5 + push: true + tags: | + git.winteraccess.id/${{ gitea.repository }}:3.5 + aprimediet/alpine:3.5 \ No newline at end of file diff --git a/.gitea/workflows/309.yaml b/.gitea/workflows/309.yaml new file mode 100644 index 0000000..1fdf5d3 --- /dev/null +++ b/.gitea/workflows/309.yaml @@ -0,0 +1,38 @@ +name: Build and Push Alpine Image +on: + push: + branches: + - master + +jobs: + build: + name: Build and push image + runs-on: ubuntu-latest + container: + image: ghcr.io/catthehacker/ubuntu:act-latest + steps: + - name: Check out repository code + uses: actions/checkout@v3 + - name: Login to Docker Winter Access Registry + uses: docker/login-action@v3 + with: + registry: git.winteraccess.id + username: aditya.prima + password: ${{ secrets.PATOKEN }} + - name: Login to Docker Hub Registry + uses: docker/login-action@v3 + with: + registry: docker.io + username: aprimediet + password: ${{ secrets.DOCKER_TOKEN }} + - name: Build and push + uses: docker/build-push-action@v5 + with: + context: . + file: Dockerfile + build-args: | + ALPINE_VERSION=3.9 + push: true + tags: | + git.winteraccess.id/${{ gitea.repository }}:3.9 + aprimediet/alpine:3.9 \ No newline at end of file diff --git a/.gitea/workflows/310.yaml b/.gitea/workflows/310.yaml new file mode 100644 index 0000000..aa0e79f --- /dev/null +++ b/.gitea/workflows/310.yaml @@ -0,0 +1,38 @@ +name: Build and Push Alpine Image +on: + push: + branches: + - master + +jobs: + build: + name: Build and push image + runs-on: ubuntu-latest + container: + image: ghcr.io/catthehacker/ubuntu:act-latest + steps: + - name: Check out repository code + uses: actions/checkout@v3 + - name: Login to Docker Winter Access Registry + uses: docker/login-action@v3 + with: + registry: git.winteraccess.id + username: aditya.prima + password: ${{ secrets.PATOKEN }} + - name: Login to Docker Hub Registry + uses: docker/login-action@v3 + with: + registry: docker.io + username: aprimediet + password: ${{ secrets.DOCKER_TOKEN }} + - name: Build and push + uses: docker/build-push-action@v5 + with: + context: . + file: Dockerfile + build-args: | + ALPINE_VERSION=3.10 + push: true + tags: | + git.winteraccess.id/${{ gitea.repository }}:3.10 + aprimediet/alpine:3.10 \ No newline at end of file diff --git a/.gitea/workflows/311.yaml b/.gitea/workflows/311.yaml new file mode 100644 index 0000000..5f5d47e --- /dev/null +++ b/.gitea/workflows/311.yaml @@ -0,0 +1,38 @@ +name: Build and Push Alpine Image +on: + push: + branches: + - master + +jobs: + build: + name: Build and push image + runs-on: ubuntu-latest + container: + image: ghcr.io/catthehacker/ubuntu:act-latest + steps: + - name: Check out repository code + uses: actions/checkout@v3 + - name: Login to Docker Winter Access Registry + uses: docker/login-action@v3 + with: + registry: git.winteraccess.id + username: aditya.prima + password: ${{ secrets.PATOKEN }} + - name: Login to Docker Hub Registry + uses: docker/login-action@v3 + with: + registry: docker.io + username: aprimediet + password: ${{ secrets.DOCKER_TOKEN }} + - name: Build and push + uses: docker/build-push-action@v5 + with: + context: . + file: Dockerfile + build-args: | + ALPINE_VERSION=3.11 + push: true + tags: | + git.winteraccess.id/${{ gitea.repository }}:3.11 + aprimediet/alpine:3.11 \ No newline at end of file diff --git a/.gitea/workflows/312.yaml b/.gitea/workflows/312.yaml new file mode 100644 index 0000000..d42e29f --- /dev/null +++ b/.gitea/workflows/312.yaml @@ -0,0 +1,38 @@ +name: Build and Push Alpine Image +on: + push: + branches: + - master + +jobs: + build: + name: Build and push image + runs-on: ubuntu-latest + container: + image: ghcr.io/catthehacker/ubuntu:act-latest + steps: + - name: Check out repository code + uses: actions/checkout@v3 + - name: Login to Docker Winter Access Registry + uses: docker/login-action@v3 + with: + registry: git.winteraccess.id + username: aditya.prima + password: ${{ secrets.PATOKEN }} + - name: Login to Docker Hub Registry + uses: docker/login-action@v3 + with: + registry: docker.io + username: aprimediet + password: ${{ secrets.DOCKER_TOKEN }} + - name: Build and push + uses: docker/build-push-action@v5 + with: + context: . + file: Dockerfile + build-args: | + ALPINE_VERSION=3.12 + push: true + tags: | + git.winteraccess.id/${{ gitea.repository }}:3.12 + aprimediet/alpine:3.12 \ No newline at end of file diff --git a/.gitea/workflows/313.yaml b/.gitea/workflows/313.yaml new file mode 100644 index 0000000..6f07b95 --- /dev/null +++ b/.gitea/workflows/313.yaml @@ -0,0 +1,38 @@ +name: Build and Push Alpine Image +on: + push: + branches: + - master + +jobs: + build: + name: Build and push image + runs-on: ubuntu-latest + container: + image: ghcr.io/catthehacker/ubuntu:act-latest + steps: + - name: Check out repository code + uses: actions/checkout@v3 + - name: Login to Docker Winter Access Registry + uses: docker/login-action@v3 + with: + registry: git.winteraccess.id + username: aditya.prima + password: ${{ secrets.PATOKEN }} + - name: Login to Docker Hub Registry + uses: docker/login-action@v3 + with: + registry: docker.io + username: aprimediet + password: ${{ secrets.DOCKER_TOKEN }} + - name: Build and push + uses: docker/build-push-action@v5 + with: + context: . + file: Dockerfile + build-args: | + ALPINE_VERSION=3.13 + push: true + tags: | + git.winteraccess.id/${{ gitea.repository }}:3.13 + aprimediet/alpine:3.13 \ No newline at end of file diff --git a/.gitea/workflows/314.yaml b/.gitea/workflows/314.yaml new file mode 100644 index 0000000..6fe0070 --- /dev/null +++ b/.gitea/workflows/314.yaml @@ -0,0 +1,38 @@ +name: Build and Push Alpine Image +on: + push: + branches: + - master + +jobs: + build: + name: Build and push image + runs-on: ubuntu-latest + container: + image: ghcr.io/catthehacker/ubuntu:act-latest + steps: + - name: Check out repository code + uses: actions/checkout@v3 + - name: Login to Docker Winter Access Registry + uses: docker/login-action@v3 + with: + registry: git.winteraccess.id + username: aditya.prima + password: ${{ secrets.PATOKEN }} + - name: Login to Docker Hub Registry + uses: docker/login-action@v3 + with: + registry: docker.io + username: aprimediet + password: ${{ secrets.DOCKER_TOKEN }} + - name: Build and push + uses: docker/build-push-action@v5 + with: + context: . + file: Dockerfile + build-args: | + ALPINE_VERSION=3.15 + push: true + tags: | + git.winteraccess.id/${{ gitea.repository }}:3.15 + aprimediet/alpine:3.15 \ No newline at end of file diff --git a/.gitea/workflows/315.yaml b/.gitea/workflows/315.yaml new file mode 100644 index 0000000..6fe0070 --- /dev/null +++ b/.gitea/workflows/315.yaml @@ -0,0 +1,38 @@ +name: Build and Push Alpine Image +on: + push: + branches: + - master + +jobs: + build: + name: Build and push image + runs-on: ubuntu-latest + container: + image: ghcr.io/catthehacker/ubuntu:act-latest + steps: + - name: Check out repository code + uses: actions/checkout@v3 + - name: Login to Docker Winter Access Registry + uses: docker/login-action@v3 + with: + registry: git.winteraccess.id + username: aditya.prima + password: ${{ secrets.PATOKEN }} + - name: Login to Docker Hub Registry + uses: docker/login-action@v3 + with: + registry: docker.io + username: aprimediet + password: ${{ secrets.DOCKER_TOKEN }} + - name: Build and push + uses: docker/build-push-action@v5 + with: + context: . + file: Dockerfile + build-args: | + ALPINE_VERSION=3.15 + push: true + tags: | + git.winteraccess.id/${{ gitea.repository }}:3.15 + aprimediet/alpine:3.15 \ No newline at end of file diff --git a/.gitea/workflows/316.yaml b/.gitea/workflows/316.yaml new file mode 100644 index 0000000..6d957b3 --- /dev/null +++ b/.gitea/workflows/316.yaml @@ -0,0 +1,38 @@ +name: Build and Push Alpine Image +on: + push: + branches: + - master + +jobs: + build: + name: Build and push image + runs-on: ubuntu-latest + container: + image: ghcr.io/catthehacker/ubuntu:act-latest + steps: + - name: Check out repository code + uses: actions/checkout@v3 + - name: Login to Docker Winter Access Registry + uses: docker/login-action@v3 + with: + registry: git.winteraccess.id + username: aditya.prima + password: ${{ secrets.PATOKEN }} + - name: Login to Docker Hub Registry + uses: docker/login-action@v3 + with: + registry: docker.io + username: aprimediet + password: ${{ secrets.DOCKER_TOKEN }} + - name: Build and push + uses: docker/build-push-action@v5 + with: + context: . + file: Dockerfile + build-args: | + ALPINE_VERSION=3.16 + push: true + tags: | + git.winteraccess.id/${{ gitea.repository }}:3.16 + aprimediet/alpine:3.17 \ No newline at end of file diff --git a/.gitea/workflows/317.yaml b/.gitea/workflows/317.yaml new file mode 100644 index 0000000..b26c2fb --- /dev/null +++ b/.gitea/workflows/317.yaml @@ -0,0 +1,38 @@ +name: Build and Push Alpine Image +on: + push: + branches: + - master + +jobs: + build: + name: Build and push image + runs-on: ubuntu-latest + container: + image: ghcr.io/catthehacker/ubuntu:act-latest + steps: + - name: Check out repository code + uses: actions/checkout@v3 + - name: Login to Docker Winter Access Registry + uses: docker/login-action@v3 + with: + registry: git.winteraccess.id + username: aditya.prima + password: ${{ secrets.PATOKEN }} + - name: Login to Docker Hub Registry + uses: docker/login-action@v3 + with: + registry: docker.io + username: aprimediet + password: ${{ secrets.DOCKER_TOKEN }} + - name: Build and push + uses: docker/build-push-action@v5 + with: + context: . + file: Dockerfile + build-args: | + ALPINE_VERSION=3.17 + push: true + tags: | + git.winteraccess.id/${{ gitea.repository }}:3.17 + aprimediet/alpine:3.17 \ No newline at end of file diff --git a/.gitea/workflows/318.yaml b/.gitea/workflows/318.yaml new file mode 100644 index 0000000..1cbd2ed --- /dev/null +++ b/.gitea/workflows/318.yaml @@ -0,0 +1,38 @@ +name: Build and Push Alpine Image +on: + push: + branches: + - master + +jobs: + build: + name: Build and push image + runs-on: ubuntu-latest + container: + image: ghcr.io/catthehacker/ubuntu:act-latest + steps: + - name: Check out repository code + uses: actions/checkout@v3 + - name: Login to Docker Winter Access Registry + uses: docker/login-action@v3 + with: + registry: git.winteraccess.id + username: aditya.prima + password: ${{ secrets.PATOKEN }} + - name: Login to Docker Hub Registry + uses: docker/login-action@v3 + with: + registry: docker.io + username: aprimediet + password: ${{ secrets.DOCKER_TOKEN }} + - name: Build and push + uses: docker/build-push-action@v5 + with: + context: . + file: Dockerfile + build-args: | + ALPINE_VERSION=3.18 + push: true + tags: | + git.winteraccess.id/${{ gitea.repository }}:3.18 + aprimediet/alpine:3.18 \ No newline at end of file