Skip to content

Commit

Permalink
ci: raw tag pattern for container images
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpollo committed Jan 10, 2025
1 parent e8c8833 commit 21dd09b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/dev_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
ghcr.io/PX4/px4-dev
${{ (github.event_name != 'pull_request') && 'px4io/px4-dev' || '' }}
tags: |
type=ref,event=branch,value=${{ steps.px4-tag.outputs.tag }},priority=1000
type=ref,event=raw,value=${{ steps.px4-tag.outputs.tag }},priority=1000
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down Expand Up @@ -87,10 +87,6 @@ jobs:
make px4_sitl_default
make px4_fmu-v6x_default
- name: Setup tmate session
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3

- name: Push container image
uses: docker/build-push-action@v6
with:
Expand Down

0 comments on commit 21dd09b

Please sign in to comment.