Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Bump ubuntu from 22.04 to 24.04 #23

Bump ubuntu from 22.04 to 24.04

Bump ubuntu from 22.04 to 24.04 #23

Workflow file for this run

name: "Test"
on:
push:
paths:
- 'Dockerfile'
pull_request:
workflow_dispatch:
jobs:
docker:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Set up Docker Buildx 🔧
# https://github.com/marketplace/actions/docker-setup-buildx
uses: docker/setup-buildx-action@v3
- name: Build 🧪
id: docker_build
# https://github.com/marketplace/actions/build-and-push-docker-images
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile
push: false
tags: scp-tools-gitlab:test