Skip to content

Commit

Permalink
deploy action: always use the latest version of the image
Browse files Browse the repository at this point in the history
  • Loading branch information
kimtore committed Aug 16, 2024
1 parent bf69a5c commit 0778ad7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion actions/deploy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM europe-north1-docker.pkg.dev/nais-io/nais/images/deploy-action:2023-12-19
FROM europe-north1-docker.pkg.dev/nais-io/nais/images/deploy-action:latest
2 changes: 1 addition & 1 deletion actions/deploy/action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'NAIS deploy'
description: 'Deploy to a NAIS cluster'
author: '@pig_deployment'
author: '@nais'
color: purple
icon: zap
runs:
Expand Down

0 comments on commit 0778ad7

Please sign in to comment.