Skip to content

Merge pull request #27 from FINTLabs/FLA-339-add-retry-to-refresh-token #75

Merge pull request #27 from FINTLabs/FLA-339-add-retry-to-refresh-token

Merge pull request #27 from FINTLabs/FLA-339-add-retry-to-refresh-token #75

Workflow file for this run

name: CI
on:
push:
branches: ['*']
jobs:
ci:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=sha,enable=true,priority=100,prefix=sha-,suffix=,format=short
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
context: .
push: false
#tags: ${{ steps.meta.outputs.tags }}
#labels: ${{ steps.meta.outputs.labels }}