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 7cbe20a commit 1e4b762Copy full SHA for 1e4b762
.github/actions/check-image-exists/action.yml
@@ -18,6 +18,7 @@ runs:
18
run: |
19
import requests
20
import base64
21
+ import os
22
23
service = os.getenv('SERVICE')
24
tag = os.getenv('TAG')
0 commit comments