Skip to content

Commit

Permalink
DEVX-911
Browse files Browse the repository at this point in the history
tweak action file to use full Docker image URI
  • Loading branch information
sheaphillips committed Dec 1, 2023
1 parent e383975 commit 3dbab78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ inputs:

runs:
using: 'docker'
image: 'docker://ghcr.io/bcgov/devhub-techdocs-publish:stable'
image: 'docker://ghcr.io/bcgov/devhub-techdocs-publish:latest'
args:
- ${{ inputs.publish }}

0 comments on commit 3dbab78

Please sign in to comment.