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 09183fe commit 0d8efa6Copy full SHA for 0d8efa6
.github/workflows/main.yml
@@ -17,7 +17,8 @@ jobs:
17
VALIDATE_ALL_CODEBASE: true
18
push:
19
if: ${{ github.event_name == 'push' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')) }}
20
- name: Deploy images
+ environment: Docker Hub
21
+ name: Deploy latest image (Docker Hub)
22
needs: build
23
runs-on: ubuntu-20.04
24
steps:
.github/workflows/push-tagged-image.yml
@@ -7,7 +7,8 @@ on:
7
jobs:
8
9
if: github.event_name == 'release' && github.event.action == 'created'
10
- name: Deploy tagged image
11
+ name: Deploy tagged image (Docker Hub)
12
13
14
0 commit comments