Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Beta #48

Merged
merged 9 commits into from
Jun 17, 2024
Merged

Beta #48

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v3
uses: docker/metadata-action@v5
with:
flavor: |
latest=false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tagging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- name: Push RC tag
uses: mercadolibre/fury-core-ci@feature/trigger-builds
uses: ./
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repos:
# Websec hook is MANDATORY, DO NOT comment it.
- repo: https://github.com/mercadolibre/fury_websec-git-hooks
rev: v1.0.1
rev: v1.0.5
hooks:
- id: pre_commit_hook
stages: [commit]
Expand Down
12 changes: 6 additions & 6 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: 'CoreWorkflow'
description: 'Generate tags according to core workflow'
#inputs:
# milliseconds: # id of input
# description: 'number of milliseconds to wait'
# required: true
# default: '1000'
inputs:
trigger-build: # id of input
description: 'trigger a build workflow defined in the repository actions'
required: false
default: 'false'
outputs:
new_tag:
description: 'Generated tag'
pre_release:
description: 'Whether it is a release candidate'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
Loading
Loading