Skip to content

Remove redundant Docker image tagging (#60) #132

Remove redundant Docker image tagging (#60)

Remove redundant Docker image tagging (#60) #132

Workflow file for this run

name: Serverspec
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Ruby 3.4
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.4
bundler-cache: true
- name: Run test
run: bundle exec rake