Skip to content

build(deps): bump docker/login-action (#192) #92

build(deps): bump docker/login-action (#192)

build(deps): bump docker/login-action (#192) #92

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@v6
- 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@c94ce9fb468520275223c153574b00df6fe4bcc9
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Publish
run: make release