Skip to content

Upgrade action-builder to v0.7.3, update Dockerfile and entrypoint.sh… #69

Upgrade action-builder to v0.7.3, update Dockerfile and entrypoint.sh…

Upgrade action-builder to v0.7.3, update Dockerfile and entrypoint.sh… #69

Workflow file for this run

name: Build-Tag
on:
push:
tags:
- "v*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Build and push 🐳
uses: opspresso/action-builder@v0.6.6
with:
args: --docker
env:
USERNAME: ${{ secrets.DOCKER_USERNAME }}
PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
TAG_NAME: ${{ github.ref }}
LATEST: "true"