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

More repo access tweaks #7

More repo access tweaks

More repo access tweaks #7

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- uses: s4u/[email protected]
with:
servers: ${{ format('[{"id": "github-playground-micronaut", "username": "epsilonlabs", "password": {0}}]', secrets.GH_TOKEN_READ_MICRONAUT) }}

Check failure on line 22 in .github/workflows/docker-image.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/docker-image.yml

Invalid workflow file

You have an error in your yaml syntax on line 22
- name: Download the backend JAR
run: mvn -B dependency:copy-dependencies -DexcludeTransitive=true
- name: Build the Docker image
run: docker build --tag playground-docker:$(date +%s) .