Content-Length: 192801 | pFad | http://github.com/ostafen/kronos/actions/runs/12699424377/workflow

53 Fix tag · ostafen/kronos@b4fa0f6 · GitHub
Skip to content

Fix tag

Fix tag #2

Workflow file for this run

name: Build and Push Docker Image
on:
push:
branches:
- release/v*.*.*
jobs:
build-and-push:
runs-on: ubuntu-latest
steps:
# Checkout the repository
- name: Checkout repository
uses: actions/checkout@v3
# Extract the version (v*.*.*) from the branch name
- name: Extract version
id: extract_version
run: echo "VERSION=${GITHUB_REF_NAME##*/}" >> $GITHUB_ENV
# Log in to GitHub Container Registry
- name: Log in to GHCR
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
# Build and Push the Docker Image
- name: Build and Push Docker Image
uses: docker/build-push-action@v4
with:
context: .
push: true
tags: |
ghcr.io/${{ github.repository_owner }}/${{ github.repository }}:${{ env.VERSION }}
ghcr.io/${{ github.repository_owner }}/${{ github.repository }}:latest








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/ostafen/kronos/actions/runs/12699424377/workflow

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy