We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0f4436 commit 42002e5Copy full SHA for 42002e5
.changeset/chilly-timers-drive.md
@@ -0,0 +1,5 @@
1
+---
2
+"@wpengine/github-action-wpe-site-deploy": patch
3
4
+
5
+Fixes an issue in v3.2.1 where the action may fail to resolve the public Docker image
action.yml
@@ -46,7 +46,7 @@ inputs:
46
47
runs:
48
using: "docker"
49
- image: wpengine/site-deploy:1.0.0
+ image: docker://wpengine/site-deploy:1.0.0
50
env:
51
WPE_SSHG_KEY_PRIVATE: ${{ inputs.WPE_SSHG_KEY_PRIVATE }}
52
WPE_ENV: ${{ inputs.WPE_ENV }}
0 commit comments