Skip to content

Docker changes 3

Docker changes 3 #1

# This workflow will build a Swift project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift
name: Swift Linux x86_64
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Build the Docker image
run: docker build ./Docker --file ./Docker/game-install-linux-x86_64.Dockerfile --tag game-install-linux-x86_64:$(date +%s)