Skip to content

Bump golang from 1.20.7-alpine to 1.21.0-alpine #369

Bump golang from 1.20.7-alpine to 1.21.0-alpine

Bump golang from 1.20.7-alpine to 1.21.0-alpine #369

Workflow file for this run

on: push
name: Docker build and push
permissions:
contents: read
jobs:
build:
name: Docker build and push
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@master
- name: Build and push Docker images
uses: docker/build-push-action@v4
with:
builder: ${{ steps.buildx.outputs.name }}
platforms: linux/amd64,linux/arm64
tags: ${{ github.repository }}:latest
push: false