Skip to content
This repository has been archived by the owner on Oct 8, 2023. It is now read-only.

nullplatform/github-action-asset-build-push

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ Repository Deprecation Notice ⚠️

Dear users,

We want to inform you that this repository is now deprecated and will no longer be actively maintained.

Action Replacement

This action should be substituted by the following actions provided by nullplatform:

Please consider transitioning to these actions to continue your workflow seamlessly.

If you have any questions or need further assistance with the transition, please feel free to reach out.

Nullplatform Asset Build & Push Composite GitHub Action

You can use the GitHub Action to manage build assets workflow on Nullplatform.

Change action.yml

The action.yml defines the inputs and output for your action.

Update the action.yml with your name, description, inputs and outputs for your action.

See the documentation

Package for distribution

Update version in update-version.sh file changing VERSION_NUMBER and then run:

chmod 400 ./update-version.sh
./update-version.sh

Usage

You can now consume the action by referencing the v1 branch

uses: nullplatform/github-action-asset-build-push@v1
with:
  build-id: 123456
  application-path: .
  type: docker-image # docker-image, lambda, etc.
  name: main

About

Github Action to automates supported asset types build & push processes on Nullplatform

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages