You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The staging deploy fails above because both dev and staging try to release the same tag, eg.
tag invalid: The image tag '4b73f7e39ab05c62194ccf3d33bda9f51419495b' already exists in the 'simpler-grants-gov-api' repository and cannot be overwritten because the repository is immutable.
We should do something to avoid this build deployment failure. Either:
a. move the "release" step earlier in Github Actions so it doesn't happen twice
b. ignore failures in this step, and continue on as if they didn't fail
c. something else
Acceptance criteria
to be defined by the implementer
The text was updated successfully, but these errors were encountered:
…release the same image tag twice part 1 (#1929)
## Summary
Fixes #{ISSUE}
### Time to review: __x mins__
## Changes proposed
* temporarily remove "staging" from the frontend deployment matrix to
unblock others
## Context for reviewers
> The staging deploy fails because both dev and staging try to release
the same tag
## Additional information
See #1919 for more detail
Summary
Example here: https://github.com/HHS/simpler-grants-gov/actions/runs/8940713148/job/24559525964
The staging deploy fails above because both dev and staging try to release the same tag, eg.
We should do something to avoid this build deployment failure. Either:
a. move the "release" step earlier in Github Actions so it doesn't happen twice
b. ignore failures in this step, and continue on as if they didn't fail
c. something else
Acceptance criteria
to be defined by the implementer
The text was updated successfully, but these errors were encountered: