Skip to content

Commit

Permalink
Update release version
Browse files Browse the repository at this point in the history
  • Loading branch information
webb-ben committed Mar 29, 2024
1 parent d2a9c9b commit e371728
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ runs:
env:
GH_TOKEN: ${{ github.token }}
run: |
gh release download 0.3.0 -R cgs-earth/yourls-action -A zip
unzip yourls-action-0.3.0
mv yourls-action-0.3.0 yourls-action
gh release download 0.3.1 -R cgs-earth/yourls-action -A zip
unzip yourls-action-0.3.1
mv yourls-action-0.3.1 yourls-action
- shell: bash
env:
YOURLS_SOURCE: ${{ inputs.namespace_dir }}
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ version: '3.6'

services:
mysql:
image: ghcr.io/cgs-earth/yourls-mysql:0.3.0
image: ghcr.io/cgs-earth/yourls-mysql:0.3.1
build:
context: yourls-mysql
container_name: ${YOURLS_DB_HOST:-mysql}
environment:
MYSQL_ROOT_USER: ${YOURLS_DB_USER:-root}
MYSQL_ROOT_PASSWORD: ${YOURLS_DB_PASSWORD:-arootpassword}
yourls:
image: ghcr.io/cgs-earth/yourls-action:0.3.0
image: ghcr.io/cgs-earth/yourls-action:0.3.1
build:
context: yourls-action
container_name: yourls-action
Expand Down
2 changes: 1 addition & 1 deletion yourls-action/yourls_action/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#
# =================================================================

__version__ = '0.3.0'
__version__ = '0.3.1'

import click

Expand Down

0 comments on commit e371728

Please sign in to comment.