Skip to content

Bump golang from 1.21.6 to 1.22rc2 #198

Bump golang from 1.21.6 to 1.22rc2

Bump golang from 1.21.6 to 1.22rc2 #198

Workflow file for this run

on: [push]
name: build and push latest
jobs:
build_and_push:
name: Build and push docker image
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
uses: philips-software/docker-ci-scripts@v2.2.1
with:
dockerfile: ./
image-name: rsdl
tags: latest
env:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: '${{ secrets.DOCKER_PASSWORD }}'
DOCKER_ORGANIZATION: loafoe
GITHUB_ORGANIZATION: philips-software