Skip to content

chore: update actions #1

chore: update actions

chore: update actions #1

Workflow file for this run

name: Create and publish an artifact image
on:
push:
branches: ['master']
env:
REGISTRY: ghcr.io
jobs:
build-and-push-image:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
- name: Build with Gradle
run: ./gradlew build
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: Haruna
path: build/libs