Skip to content

Commit

Permalink
CI change just to test a release locally
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-echeverria committed Jan 22, 2025
1 parent bdee2d6 commit 3c8fdcc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@ name: Create and publish a Docker image

# Configures this workflow to run every time a release is created.
on:
release:
types: [created]
- push

# Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
VERSION: ${{ github.ref_name }}
VERSION: v0.test

# There is a single job in this workflow. It's configured to run on the latest available version of Ubuntu.
jobs:
Expand Down

0 comments on commit 3c8fdcc

Please sign in to comment.