Skip to content

Commit

Permalink
Merge pull request #24 from sanctuuary/gh_actions_update
Browse files Browse the repository at this point in the history
Update Github actions
  • Loading branch information
vedran-kasalica authored Oct 31, 2023
2 parents 4d0a564 + cc4132e commit 8195448
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/clean-containers.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.

name: ghcr actions

on:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-maven

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.

name: Java CI

on:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Build and Publish
name: Build and Publish docker image

on: [push]
on:
push:
branches: [ "main" ]

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit 8195448

Please sign in to comment.