Skip to content

Commit

Permalink
push docker images for every branch
Browse files Browse the repository at this point in the history
  • Loading branch information
EddeCCC committed Oct 16, 2024
1 parent 3865421 commit 4e03198
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# This workflow is triggered on pushes to the master branch.
# It builds the agent and creates a multi-arch image for it.
# This workflow builds the agent and creates a multi-arch image for it.
# The image is then pushed to Docker Hub.
#
# The workflow consists of three jobs:
Expand All @@ -18,8 +17,6 @@ name: Master Branch Continuous Release

on:
push:
branches:
- master

env:
REGISTRY_IMAGE: inspectit/inspectit-gepard-agent
Expand Down Expand Up @@ -159,4 +156,4 @@ jobs:
- name: Inspect image
run: |
docker buildx imagetools inspect ${{ env.REGISTRY_IMAGE }}:${{ steps.meta.outputs.version }}
docker buildx imagetools inspect ${{ env.REGISTRY_IMAGE }}:${{ github.ref_name }}

0 comments on commit 4e03198

Please sign in to comment.