Skip to content

Bump body-parser from 1.20.2 to 1.20.3 (#219) #97

Bump body-parser from 1.20.2 to 1.20.3 (#219)

Bump body-parser from 1.20.2 to 1.20.3 (#219) #97

Workflow file for this run

name: Release Docker Image
on:
push:
tags:
- v*
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Get release version
id: get_version
run: echo "RELEASE_VERSION=$(echo ${GITHUB_REF:10})" >> $GITHUB_ENV
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and push
uses: docker/build-push-action@v5
with:

Check failure on line 32 in .github/workflows/release-image.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release-image.yml

Invalid workflow file

You have an error in your yaml syntax on line 32
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: "${{ secrets.DOCKER_NAMESPACE }}/gitlab-merger-bot:latest,${{ secrets.DOCKER_NAMESPACE }}/gitlab-merger-bot:${{ env.RELEASE_VERSION }}",