Skip to content

downgrade to 8.15.15 #14

downgrade to 8.15.15

downgrade to 8.15.15 #14

Workflow file for this run

name: 'package'
on:
push:
branches: ['main']
pull_request:
branches: ['main']
permissions:
packages: 'write'
jobs:
docker:
runs-on: 'ubuntu-latest'
steps:
- uses: 'actions/checkout@v4'
- uses: 'docker/setup-buildx-action@v3'
- uses: 'docker/login-action@v3'
with:
registry: 'ghcr.io'
username: '${{ github.repository_owner }}'
password: '${{ secrets.GITHUB_TOKEN }}'
- uses: 'docker/build-push-action@v6'
with:
context: '.'
push: true
tags: 'ghcr.io/occrp/alfred-elasticsearch:${{ github.head_ref || github.ref_name }}-${{ github.sha }}'
platforms: 'linux/arm64,linux/amd64'