This repository has been archived by the owner on Jan 21, 2024. It is now read-only.
Bump docker/setup-qemu-action from 2 to 3 #2
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Docker Image CI (Test Build) | |
on: | |
pull_request: | |
branches: [ "main", "master" ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Build the Docker image | |
run: docker build . --file Dockerfile --tag ubuntu-xrdp:$(date +%s) |