Skip to content

chore(go.mod): update Go version to 1.22.7 and add OpenTelemetry depe… #19

chore(go.mod): update Go version to 1.22.7 and add OpenTelemetry depe…

chore(go.mod): update Go version to 1.22.7 and add OpenTelemetry depe… #19

name: Build and Publish ArangoPG Image
on:
push:
branches: [develop, main]
jobs:
build-and-publish:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Setup just
uses: extractions/setup-just@v1
with:
just-version: '1.28.0'
- name: Build and publish ArangoPG image
run: |
branch_name=$(echo ${GITHUB_REF#refs/heads/})
short_sha=$(echo ${{ github.sha }} | cut -c1-7)
just build-publish-arangopg-image \
$branch_name-$short_sha \
${{ secrets.DOCKERHUB_USER }} \
${{ secrets.DOCKER_PASS }} \
dictybase restic-redis-arangopg