Skip to content

Bump docker/login-action from 2 to 3 #74

Bump docker/login-action from 2 to 3

Bump docker/login-action from 2 to 3 #74

Workflow file for this run

name: Build
on:
push:
pull_request:
jobs:
test:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build and push
id: docker_build
uses: docker/build-push-action@v4
with:
push: false
tags: containerssh/containerssh-guest-image:latest