Skip to content

chore: upgrade to go1.21.5 #12

chore: upgrade to go1.21.5

chore: upgrade to go1.21.5 #12

Workflow file for this run

name: Build & push Docker image
on:
push:
branches:
- main
- alpha
- 'feature/**'
- 'bugfix/**'
# Cancel jobs that are already running for the same branch/pull request
concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
cancel-in-progress: true
jobs:
build:
uses: attributeerror/gh-actions-workflows/.github/workflows/build-docker-image.yaml@main
permissions:
packages: write # to be able to push Docker images
contents: write # to be able to tag commits
with:
package-name: currency-rates-cronjob