Skip to content

feat(opentofu): support opentofu versions (#137) #80

feat(opentofu): support opentofu versions (#137)

feat(opentofu): support opentofu versions (#137) #80

Workflow file for this run

name: Publish Policies
on:
workflow_dispatch:
push:
branches: ['main']
permissions:
contents: read
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout repository
uses: actions/checkout@v5
- name: Setup updatecli
uses: elastic/oblt-actions/updatecli/install@v1
with:
version-file: .tool-versions
- name: Log in to the Container registry
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Publish
run: make release