Skip to content

Bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0 in /test #133

Bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0 in /test

Bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0 in /test #133

Workflow file for this run

---
name: Test docker
on:
push:
branches-ignore:
- "main"
pull_request:
branches-ignore:
- "main"
env:
GH_TOKEN: ${{ secrets.token }}
jobs:
test:
name: Test docker image
runs-on: ubuntu-latest
container: docker:stable
steps:
- name: Checkout ${{ github.repository }} repository
uses: actions/checkout@v4
with:
repository: ${{ github.repository }}
ref: ${{ github.ref }}
token: ${{ env.GH_TOKEN }}
- name: Build dockerfile
run: docker build -t salarycalculator -f Docker/Dockerfile .